Search Type: Posts; User: url
Search: Search took 0.02 seconds.
-
8 May 2013 6:42 AM
Jump to post Thread: Set Checkbox boxLabel dynamically by url
- Replies
- 19
- Views
- 11,361
Try with
Ext.get('idOfBoxEl').dom.innerHTML = 'NewLabel'
Regards
URL -
3 May 2013 5:42 AM
- Replies
- 1
- Views
- 74
Hi All,
I have a treepanel with nested parents and child inside it. I am using treeviewdragdrop plug-in to re-arrange the nodes.
My requirement is to restrict the child of one parent should not... -
25 Apr 2013 8:58 PM
- Replies
- 3
- Views
- 71
I'm using a userdefined plugin which shows the div element around the field when a mousedown fires on form.body
-
25 Apr 2013 5:23 AM
- Replies
- 3
- Views
- 71
Hi All,
I have a formpanel and some fields inside it.
I'm registering a mousedown event for form which shows a border to the field. When a mousedown is happening for the otherfield then i'm... -
23 Apr 2013 11:31 PM
- Replies
- 5
- Views
- 168
@Krullji
I'm not using any store for this. I just created a global object for each field which holds the properties respectively.( Here i want to set the different name as displayName for each... -
23 Apr 2013 11:28 PM
- Replies
- 5
- Views
- 168
@selemmon
I want to change the properties like label, name ,height,width etc.
Can you please suggest me how to do? -
19 Apr 2013 10:55 PM
- Replies
- 5
- Views
- 168
Hi
In my application's viewport i'm showing the form panel with list of fields in center region and propertygrid in east region.
I need to show the list of proiperties of the field in the... -
19 Apr 2013 3:09 AM
Jump to post Thread: Changing headers in Property Grid by url
- Replies
- 1
- Views
- 68
Hi,
How to change the headers of a propertygrid which is by default 'Name' and 'Value'.
Refer to http://docs.sencha.com/extjs/4.1.3/#!/example/grid/property.html
Regards
URL -
18 Apr 2013 9:20 PM
Jump to post Thread: Showing proxy while drag drop by url
- Replies
- 3
- Views
- 74
Hi,
Thanx for your response.
But the link provided by you is not showing any proxy(dotted line) at valid drop areas.
can you please provide me the way to achieve?
Regards
URL -
17 Apr 2013 12:55 AM
Jump to post Thread: Showing proxy while drag drop by url
- Replies
- 3
- Views
- 74
Hi All,
I have a formpanel in which I'm adding items dynamically by dragging and dropping.
I want to re-arrange the fields within the form-panel by drag and drop.
My requirement is to drag the... -
15 Apr 2013 9:59 PM
- Replies
- 1
- Views
- 85
I want to add new fields placed inside a container ( layout:hbox ) to the FormPanel dynamically by dragging and dropping.
While dropping in Form panel I'm able to add fields(container) dynamically.... -
12 Apr 2013 6:56 AM
- Replies
- 1
- Views
- 60
Hi All,
My requirement is to show the o/p of History management in a new window.
For this i have written the code like this:
top.consoleRef= window.open('','newwindow');
... -
11 Apr 2013 10:50 PM
- Replies
- 1
- Views
- 111
Hi All ,
I have a grid panel with template column which is rendering the data of config name.
Now my view is like below (ref screenshot)... -
9 Apr 2013 4:04 AM
- Replies
- 8
- Views
- 187
@Farish
Thanks for your quick response. Actually i missed t while posting so thats not a problem, and i have tried with calling doLayout () with west/south/viewport regions, but no luck.
... -
9 Apr 2013 2:36 AM
- Replies
- 2
- Views
- 134
Hi All,
I want to show the list of fields in west region using accordion layout.
That fileds should be displayed as icon and widget name .
For this i have created a dataview which displays icon... -
8 Apr 2013 11:36 PM
- Replies
- 8
- Views
- 187
Hi,
For my application am using extjs4.2
Here am attaching some sample codes which may be helpful to findout the problem:
when am clicking on Help button, am adding a new tab to thetab panel and... -
6 Apr 2013 3:51 AM
- Replies
- 1
- Views
- 111
Hi All,
I'm using a tree panel which uses 'treeviewdragdrop' plugin.
My tree is rendering with list of widgets.(ex: formpanel, grid etc.) in west region, and a panel is rendering in center... -
4 Apr 2013 10:03 PM
- Replies
- 1
- Views
- 108
I have a requirement where i should create a data view with some nested divs.
'<tpl>', '<div class='firstdiv' height:30 width:30 ></div>', '<div class='seconddviv' height:50 width:40... -
4 Apr 2013 9:44 PM
- Replies
- 1
- Views
- 158
I have a requirement where i should create a droppable data view with some nested divs.
'<tpl>', '<div class='firstdiv' height:30 width:30 ></div>', '<div class='seconddviv'... -
3 Apr 2013 9:25 PM
- Replies
- 8
- Views
- 187
Hi All,
I have designed an application where different panels are arranged in a border layout.
west region - panel (tree)
center region - panel(tab)
south region - simple panel which is again... -
3 Apr 2013 9:03 PM
- Replies
- 1
- Views
- 91
Hi All,
I got the solution , The problem was until the box was ready store is not loaded properly hence items are not there and selection was not happening.
So by writting the selection code inside... -
3 Apr 2013 1:32 AM
Jump to post Thread: HTMLEditor bug by url
- Replies
- 2
- Views
- 550
Hi All,
http://docs.sencha.com/ext-js/4-1/#!/example/portal/portal.html
If I'm adding a htmldeditor as a portlet, re-positioning it,then it's showing the weired behavior.
After re-positioning then... -
2 Apr 2013 3:28 AM
- Replies
- 1
- Views
- 91
Hi All,
I have created a tree panel by specifying the xtype as treecolumn. I want to select the first leaf of the tree as selected one. For this.
registered a boxready event and written the code... -
31 Mar 2013 11:18 PM
- Replies
- 2
- Views
- 129
@mitchellsimoens
Thanks. I achieved this by simple Javascript window.onerror event.
window.onerror = function(message, url, linenumber) {
// Use the parameters.
} -
31 Mar 2013 10:26 PM
- Replies
- 0
- Views
- 56
Issues in re-positioning of htmleditor
Hi all,
I'm developing a sample portaldemo application similar to http://docs.sencha.com/ext-js/4-1/#!/example/portal/portal.html
I have added multiple...
Results 1 to 25 of 50
