Search Type: Posts; User: daniel_r
Search: Search took 0.02 seconds.
-
2 Nov 2011 10:32 PM
- Replies
- 2
- Views
- 591
Thanks. worked for me
-
30 Oct 2011 3:36 AM
- Replies
- 2
- Views
- 591
Hi , I'm using Ext.menu.Menu like this
var menu = new Ext.menu.Menu();
and I want it to be scroll-able , i want to scroll with the mouse wheel , or at least have vertical scroll,
How can... -
20 Oct 2011 2:45 PM
- Replies
- 0
- Views
- 360
Hi, have asked same Q' on stack overflow but got no answers, hope to get more lucky in here :)
I built a context menu using Ext.menu.Menu() and populated it with items like this:
... -
17 Oct 2011 6:05 AM
- Replies
- 66
- Views
- 14,399
Yes I do!
-
17 Oct 2011 6:00 AM
- Replies
- 0
- Views
- 336
Hi,
I got a context menu that i implemented with Ext.menu.Menu,
the thing is that I want the menu to appear in the opposite way , eg: icon on the right and text on the left
how can i achieve... -
17 Oct 2011 5:57 AM
- Replies
- 2
- Views
- 647
ok, got it myself
the
id : 'myMenu'
was doing all the problems, no need for id attribute, and if one still wants to set it manually it should be a unique for each menu opening... -
16 Oct 2011 7:56 AM
- Replies
- 2
- Views
- 647
Hi
I'm using Ext.menu.Menu for a context menu , when user clicks on right click i do the following
var menu = new Ext.menu.Menu({
id : 'myMenu'
}); -
11 Jun 2011 11:40 PM
- Replies
- 3
- Views
- 1,539
Thanks ,
Here is the entire html page code (not the rendered one, Its happening to one of our client, and I don't have access to that :/)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01... -
10 Jun 2011 12:35 AM
- Replies
- 3
- Views
- 1,539
Hi
My web app runs on tomcat server, The clients are conncting from Citrix stations with SSO (wich runs on Apache , port 80), they can also log in without SSO by using the 8080 port (tomcat)
... -
3 Apr 2011 5:17 AM
- Replies
- 0
- Views
- 878
Hi
I looked at the docs (docs of Class Ext.ButtonGroup)
and found several align property's but non of the works :/
I want to align to center the buttons inside the
xtype: 'buttongroup', -
2 Apr 2011 11:58 PM
- Replies
- 2
- Views
- 1,202
Any1?
-
31 Mar 2011 12:58 AM
- Replies
- 2
- Views
- 1,202
First of all Im new to ExtJs and it looks really powerfull ...
Hi I got a context menu with several items
one of the items look like this:
{
text : t.move,
...
Results 1 to 12 of 12
