Search Type: Posts; User: aolee
Search: Search took 0.03 seconds.
-
13 Jul 2011 4:17 AM
Jump to post Thread: File Drag and Drop in an HTMLEditor by aolee
- Replies
- 3
- Views
- 1,602
yes i managed to make a workaround :) yes im using FILE Api too. i added a hack where in during mouseenter on the window im showing a floating div above the htmleditor area (iframe), then when people...
-
21 Jun 2011 10:30 PM
Jump to post Thread: File Drag and Drop in an HTMLEditor by aolee
- Replies
- 3
- Views
- 1,602
looks like not possible i guess?
-
21 Jun 2011 4:51 AM
Jump to post Thread: File Drag and Drop in an HTMLEditor by aolee
- Replies
- 3
- Views
- 1,602
hi guys,
do you know if it is possible to do a File drag and drop in an HTMLeditor?
I know how to make it work in any html elements and components except for an HTMLEditor component.
I'm... -
25 May 2011 7:28 PM
Jump to post Thread: tabpanel question by aolee
- Replies
- 5
- Views
- 577
thanks guys, and also to you fay, ill guess no choice but to code it ourselves.
i thought there's a way to mimic how IE manages their tab. (tabs in ie does works this way)
thanks again for the... -
25 May 2011 3:23 AM
Jump to post Thread: tabpanel question by aolee
- Replies
- 5
- Views
- 577
:( i was actually looking for something like a setClosable(boolean) method but didn't find any, any work around for this? thanks.
-
23 May 2011 11:07 PM
Jump to post Thread: tabpanel question by aolee
- Replies
- 5
- Views
- 577
is this possible...
I want the [x] close icon ( {closable:true} ) to appear only on active tab.
so everytime i change tab, only the active gets an [x] icon. inactive tab should not have an [x] -
21 Apr 2011 4:04 AM
Jump to post Thread: DataView and GroupingView by aolee
- Replies
- 8
- Views
- 6,459
hello first of all thank you for this example i was able to execute what i wanted to do.
second. do you guys had problem with pagingtoolbar? seems that the displaymsg has some problem
went i... -
5 Apr 2011 11:54 PM
Jump to post Thread: fbar in ver 2.x? by aolee
- Replies
- 1
- Views
- 665
ouch, how come my "preview post" was submitted? sorry can't delete the other 3 threads.
-
5 Apr 2011 11:48 PM
Jump to post Thread: fbar in ver 2.x? by aolee
- Replies
- 1
- Views
- 665
Hi guys,
I've tried to googled this case but can't seem to find any answer, sorry also if this one's already been brought up before... can't find the post.
As for my problem, I want to have a... -
5 Apr 2011 11:47 PM
Jump to post Thread: fbar in ver 2.x? by aolee
- Replies
- 0
- Views
- 400
Hi guys,
I've tried to googled this case but cant find any answer and sorry if this one's already been brought up before.
i want to have a checkbox beside the save/close button of my window.
... -
5 Apr 2011 11:42 PM
Jump to post Thread: fbar in version 2.0? by aolee
- Replies
- 0
- Views
- 654
Hi guys,
I've tried to googled this case but cant find any answer and sorry if this one's already been brought up before.
i want to have a checkbox beside the save/close button of my window.
... -
30 Dec 2010 2:05 AM
- Replies
- 4
- Views
- 950
thanks for the reply condor. i guess i have no choice but to make a work around on this one, until we manage to migrate our application in the new extjs version. btw, you look cool in your avatar,...
-
30 Dec 2010 1:14 AM
- Replies
- 4
- Views
- 950
digging this one from the grave. anyone knows how to fix this?
-
19 Oct 2010 12:49 AM
- Replies
- 4
- Views
- 950
any idea??
-
14 Oct 2010 9:19 PM
- Replies
- 4
- Views
- 950
I'm a bit stuck right now. hope someone can help me. not sure we're to modify this one.
i have an EditorGrid, when i try to click to edit and hit on tab several times the scrollbar doesn't scroll... -
19 Apr 2010 2:30 AM
- Replies
- 2
- Views
- 1,031
problem solved. just change the ampersand sign "&" in columnmodel to "&".
-
19 Apr 2010 1:55 AM
- Replies
- 2
- Views
- 1,031
Hi Guys,
I just noticed that the "&" sign is not being shown in Grid Headel Column Menulist (in IE)?
It only shows "A" in checkbox list but in the header it shows A&B.
How can i resolve... -
11 Mar 2010 7:53 PM
- Replies
- 11
- Views
- 10,647
im so noob. yeah same case with me. it worked!
-
18 Dec 2009 1:47 AM
Jump to post Thread: make btn text bold when clicked? by aolee
- Replies
- 3
- Views
- 1,189
Thanks so much guys! :D
-
16 Dec 2009 8:44 PM
Jump to post Thread: make btn text bold when clicked? by aolee
- Replies
- 3
- Views
- 1,189
Hi Guys, sorry for this newbie question...
how do i make the button text bold when it's clicked? or make the highlight stay after clicking? (i mean when mouse hovered button is highlighted right?... -
26 Oct 2009 9:39 PM
- Replies
- 0
- Views
- 561
Hi Guys,
Good day, I'm having a problem with my datepicker, it doesn't close when i choose a day. no error appearing also.
my ext version is 2.0
thanks -
29 Sep 2009 9:12 PM
- Replies
- 27
- Views
- 17,906
upgrade to version above 2.0
maybe but you can also try modifing the code of Multiselect.js
from
this.el.setWidth(p.body.first().getWidth());
to
this.el.setWidth(p.body.first().width); -
29 Sep 2009 7:06 PM
Jump to post Thread: ItemSelector in Ver 2.0? by aolee
- Replies
- 1
- Views
- 673
sorry guys but i think i finally found one here => http://www.figtreesystems.com/ext/ext-ux/2.0/Multiselect/Multiselect.html
-
29 Sep 2009 6:56 PM
Jump to post Thread: ItemSelector in Ver 2.0? by aolee
- Replies
- 1
- Views
- 673
Hi sorry for this newbie question... is itemselector available in ver 2.0?
i've tried searching thru google but most of the results I'm getting are for v3.0.
Thanks.:) -
25 Aug 2009 8:00 PM
- Replies
- 6
- Views
- 1,034
Found the cause, check the line "hideOnClick : true," on your ext-all.js and make it false. this should do the trick. Just want to share this because it really drove me nuts for days, figuring out...
Results 1 to 25 of 31
