Search Type: Posts; User: mahendra_gayatri
Search: Search took 0.02 seconds.
-
31 Mar 2009 4:57 AM
Jump to post Thread: Update Button tooltip by mahendra_gayatri
- Replies
- 1
- Views
- 1,086
I am trying to update the button tooltip depending on some criteria. I am building the app similar to Extjs Desktop example. I need to update the taskbar button tooltip.
Now the Ext.Button has... -
30 Mar 2009 12:58 AM
- Replies
- 14
- Views
- 11,761
I am trying to update the button tooltip depending on some criteria. I building the app similar to Extjs Desktop example. I need to update the taskbar button tooltip.
Now the Ext.Button has... -
16 Mar 2009 9:32 PM
- Replies
- 8
- Views
- 1,385
Hey Jozef, maybe you could help me here -
I am trying to get the Desktop app icons to be rolled back into the desktop, when there are more than say 10 icons. Right now it just goes below the... -
16 Mar 2009 9:26 PM
Jump to post Thread: Desktop Icon listing by mahendra_gayatri
- Replies
- 13
- Views
- 2,172
Anyone found a patch for this - This is a CSS problem which I really hope someone could help me out!
-
15 Mar 2009 6:25 AM
- Replies
- 17
- Views
- 10,217
Add the following to make it work..
if(this.el){
this.el.child("td.ux-taskbutton-center " + this.buttonSelector).update(newText);
} -
13 Mar 2009 7:00 AM
- Replies
- 17
- Views
- 10,217
I have updated the TaskButton with a method like setText(), but the reflection is not seen on the actual text
-
13 Mar 2009 4:38 AM
- Replies
- 17
- Views
- 10,217
I am getting the event .. problem is in setting the text on the Task button
-
13 Mar 2009 4:37 AM
- Replies
- 17
- Views
- 10,217
I have extended TaskButton from Ext.Button.
Ext.extend(Ext.ux.TaskBar.TaskButton, Ext.Button, {
updateText:function(newText){
... -
13 Mar 2009 2:03 AM
- Replies
- 17
- Views
- 10,217
Hmm..
Well, I tried as you suggested..
this.desktop.taskbar.tbPanel.getButton('win' + Id).setText( New_title_text); -
12 Mar 2009 10:32 PM
- Replies
- 17
- Views
- 10,217
Thanks for the quick reply.
Going ahead, I found there was a problem after updating the title - the taskbar button stays with the old name.
To go about this - I added the following in... -
12 Mar 2009 9:38 PM
- Replies
- 17
- Views
- 10,217
I was able to set the new Title - in my application I am saving the window in DB, during which I need to read the title. Though I have created the window object I need a way to read the current...
-
3 Mar 2009 8:36 PM
Jump to post Thread: Paging toolbar redesign by mahendra_gayatri
- Replies
- 1
- Views
- 688
Hi,
How can I get a paging toolbar to look as in attachment - Basically it shows the "1 to 25 of 500 records" text in place of the page number... -
24 Feb 2009 7:05 AM
Jump to post Thread: Desktop Icon listing by mahendra_gayatri
- Replies
- 13
- Views
- 2,172
Hi desktop,
I dont have an online deployment, but its same as the ext desktop example.
Problem is that If I have more than say 10 icons on desktop, the icons get stacked into the same column... -
24 Feb 2009 6:35 AM
Jump to post Thread: Desktop Icon listing by mahendra_gayatri
- Replies
- 13
- Views
- 2,172
Using Ext/CSS (not the qWiki), is there anyway to tweak the existing css shortcuts, so that we can have space to display more than 7 icons on the exisiting desktop?
Current CSS is as follows -
... -
24 Feb 2009 6:33 AM
Jump to post Thread: Desktop Icon listing by mahendra_gayatri
- Replies
- 13
- Views
- 2,172
Sorry abt this!
-
24 Feb 2009 6:11 AM
Jump to post Thread: Desktop Icon listing by mahendra_gayatri
- Replies
- 13
- Views
- 2,172
Using Ext/CSS (not the qWiki), is there anyway to tweak the existing css shortcuts, so that we can have space to display more than 7 icons on the exisiting desktop?
Current CSS is as follows - ... -
24 Feb 2009 5:21 AM
Jump to post Thread: Desktop Icon by mahendra_gayatri
- Replies
- 1
- Views
- 697
am not that well versed in CSS,
but one way is to add another dl.
Anyone else with a better solution?? -
20 Feb 2009 7:37 AM
- Replies
- 1
- Views
- 1,230
Hi,
I am trying to update the cell based on selection of a combo value, in the editable grid.
I was able to update the cell successfully with the below code, but..
When I try Update the Editor... -
20 Feb 2009 4:38 AM
Jump to post Thread: Desktop Multiple Windows by mahendra_gayatri
- Replies
- 8
- Views
- 1,060
No its not that handler..
I need to create a single window instance everytime I click on icon.
But right now when I click on icon, even though it creates multiple windows, the internal data gets... -
20 Feb 2009 3:32 AM
Jump to post Thread: Desktop Multiple Windows by mahendra_gayatri
- Replies
- 8
- Views
- 1,060
We dont have multiple window opening here!, from same desktop icon
-
20 Feb 2009 3:30 AM
Jump to post Thread: Desktop Multiple Windows by mahendra_gayatri
- Replies
- 8
- Views
- 1,060
sorry..
// Calling instance
MyDesktop = new Ext.app.App({
getModules: function(){
return [ new MyDesktop.StateTreeWindow()];
... -
20 Feb 2009 1:57 AM
Jump to post Thread: Desktop Multiple Windows by mahendra_gayatri
- Replies
- 8
- Views
- 1,060
Hi,
I was playing with the Desktop example.
Is there anyway I can create multiple windows from the same desktop icon?
Currently when I tried that, by commenting out the id part, It opened... -
20 Feb 2009 1:55 AM
- Replies
- 3
- Views
- 1,061
https://extjs.com/forum/showthread.php?t=23909
-
20 Feb 2009 1:15 AM
- Replies
- 3
- Views
- 1,061
I need to add the editor at run time, as the user selects the combo option of column 1.
By overriding the getCellEditor, we can only assign editors at the start and not runtime. -
19 Feb 2009 8:38 PM
- Replies
- 3
- Views
- 1,061
Hi,
I am trying to add an editor to a cell, depending on the combo value selected in another cell.
consider there are 2 columns of Editor Grid, with one column a combo editor applied. If I...
Results 1 to 25 of 58
