Does anyo开发者_如何学Gone know some nice values to use with the modulate option for the extjs-theme gem?
I\'ve been looking everywhere, but I can\'t find an answer to my problem maybe someone out here can help me.
My page uses border layout with center and east regions, center region has three panels as children, two of the panel are collapsible. When I collapse east region, center regions child panels are not
I have multiple buttons loading up in the button toolbar I need those buttons to go to different links. However, I have not been able to figure it out. Below is what I tried to do but it does not work
i need to add two boxes in the north section of a layout border it would be something like this : in red the boxes / panels i need to add (but i dont want to keep borders)
Let me set up the situation: I have a form. This form has several fields which are dependent upon a single drop-down, lets call it Art Kind. Based on the value of this Art Kind, several other fields
I tried to find the answer a lot but no way. I have an Ext.data.ArrayStore store and want to get its data as string. I tried store.getRange(), store.getAt() but I couldn\'t figure out what these funct
I want to do the equivalent of... //Nonsensical开发者_如何学JAVA config.items=[Ext.create(\'Foo.register.AccountTypeForm\',{config:arguments.hidden=true})];
I have a Panel in my application that collapses to the left side of the screen. What I\'d like to do is add some custom content, like icons, to the vertical bar that represents the collapsed panel. A
I\'ve a GridPanel which is updated every 10 seconds. var refreshEnvironmentsStoreTask = { run: function() {