Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Posts posted by mhmda

  1. All happen in client side, so you can treat it as 'db' OR 'non db' :-)

     

    It's extend the 'panel' to do the job:

    Ext.define('Ext.ChosenWidgetContainer', {
        extend: 'Ext.panel.Panel',
        alias: 'widget.chosenwidgetcontainer',
        constructor: function (cnfg) {
            this.callParent(arguments);
            this.initConfig(cnfg);
        },
    	margin: 0,
    	padding: 0,
    ...
    ...
    ...
    
×
×
  • Create New...