[QUOTE=Condor;471163]TableLayout isn't a child sizing layout, so it isn't suitable for your needs.
i have to use table layout as i need to provide colspan and rowspan to specific components. i can...
Type: Posts; User: WPriyanka
[QUOTE=Condor;471163]TableLayout isn't a child sizing layout, so it isn't suitable for your needs.
i have to use table layout as i need to provide colspan and rowspan to specific components. i can...
In same example, I want to user "Edit" and "Delete" text instead of icon. How can i do that. i have tried using text and html config but this are not supported i guess. Thank you in advance.
Refer to this link https://forums.ext.net/showthread.php?1512-CLOSED-Grid-Column-Renderer-funcation-called-twice it has the answer
Added manual workaround for this issue. Link to solved jsfiddle : http://jsfiddle.net/79ZkX/251/
I have treepanel. On some specific condition I want to show image on mouse enter and remove that image on mouseleave in treenode. but when i hover the mouse quickly image get added but not getting...
Hi slemmon, i have same requirement i have text and then anchor tag i want to put only text without anchor tag in texteditor. I tried doing it in beforeedit as u provided but still editor take value...
They are cutting from both side horizontally and vertically.
have used rowExpander plugin in extjs grid on expand of each row 1 property grid with details of row selected and chart is rendered in the div of rowBodyTpl. I want to resize both the elements on...
Done with editing on button click just need to call startEdit. :)
Hi All,
I need same functionality in my project. How I can trigger edit of selected node on button click?
Thanks
Hi Maitreya,
i need same functionality in my project. How are you triggering edit on button click?
Hi, I need same functionality in my project. How are you triggering edit on rename button?
I have Used BufferedStore and CheckboxSelectionModel.
Steps to Reproduce:
1) Create a buffered store with checkbox selection model and pruneRemoved should be false. This store will be used in a...