Search Type: Posts; User: mimmo.rossi73
Search: Search took 0.04 seconds.
-
8 Apr 2013 1:23 AM
- Replies
- 0
- Views
- 191
Hi All,
i would add the onpaste event to Field Component so that i use it in each Field's extensions; how can i add this with an override of Field Component?
Thanks in advance -
23 Jan 2013 4:59 AM
- Replies
- 1
- Views
- 290
i use a plugin
MultiSelectTreePanel v 1.1
It work fine without checkbox but using ctrl button+left mouse. -
22 Jan 2013 1:11 AM
- Replies
- 1
- Views
- 290
Hi all,
i need a multiple draggable nodes, but if i check more nodes there is a possibility to move all directly?
Thanks in advance -
28 Nov 2012 1:06 AM
- Replies
- 3
- Views
- 923
Hi,
the previously solution doesn't work when there is more than 2 level, so i modified it in this way:
function hideMenu(menu,menuItem){
try{
if(menu.hideM){
menu.hide();... -
26 Nov 2012 5:44 AM
- Replies
- 3
- Views
- 923
The solution that i indicated doesn't work when in a menu there is a separator becouse the activeItem ther isn't, so i worked around the problem in this way:
function hideMenu(menu){
try{... -
26 Nov 2012 3:22 AM
- Replies
- 3
- Views
- 923
Hi,
i solved in this way:
i define this function
function hideMenu(menu){
try{
if (!menu.activeItem){
menu.hide();
}
} catch (e){}
} -
22 Nov 2012 8:36 AM
- Replies
- 3
- Views
- 923
Hi All,
when i move out a mouse from a menu, this not disappear; it do it only if i click outside the menu or if i open another menu.
I try to use onmouseout event on menu, but it is invoked for... -
22 Nov 2012 7:55 AM
- Replies
- 3
- Views
- 1,728
Hi,
someone have solved this bug? -
22 Nov 2012 4:51 AM
- Replies
- 1
- Views
- 692
I created my own field as extension of a TriggerField in which i insert a function as property and i used "x-form-search-trigger" as triggerClass.
-
22 Nov 2012 4:43 AM
Jump to post Thread: Ext.ToolBar.Separator by mimmo.rossi73
- Replies
- 0
- Views
- 292
Hi All,
how can i hide and show a toolbar separator?
In my toolbar, i put a separator in this way:
{
id:"separatorSearch",
xtype: 'tbseparator'
}
i insert a id to have a possibility to get... -
22 Nov 2012 2:30 AM
Jump to post Thread: ComboBox inside menu item by mimmo.rossi73
- Replies
- 3
- Views
- 2,477
I have the same problem when try to insert a trigger field in a menu, i don't understand if in this version i can put it after modify a extjs with some fix.
Otherwise, there is a possibility to show... -
22 Nov 2012 1:37 AM
Jump to post Thread: Menu problem by mimmo.rossi73
- Replies
- 0
- Views
- 404
Hi All,
i try to insert my field searchField but i received this error:
ownerDocument is null or is not an object
in Ext-all.js -> Ext.DomHelper
what is wrong?
this is my code:
new... -
20 Nov 2012 8:23 AM
- Replies
- 1
- Views
- 692
Hi to All,
there is a possibility to use a Ext.app.SearchField without store but with a simply association to a icon with my javascript function?
Thanks in advance -
29 Oct 2012 5:30 AM
- Replies
- 1
- Views
- 635
Hi, with this new code
Ext.onReady(function(){
function loadArr(){
var rootNode= new Ext.tree.AsyncTreeNode({
id:'rootT',
expanded:true,
leaf:false,
text:'Tree Root'
}) -
22 Oct 2012 7:19 AM
- Replies
- 1
- Views
- 635
Hi All,
i have this
var tree = new Ext.tree.TreePanel({
id:'treeTypeGraph',
loader:new Ext.tree.TreeLoader(),
width:200,
height:400,
... -
1 Jun 2012 1:47 AM
Jump to post Thread: ColumnModel setRenderer() by mimmo.rossi73
- Replies
- 0
- Views
- 344
Hi All,
i use this method to call my render function, but i have a question to generalize my function: there is a possibility to pass custom paraemter to render function?
In other words:
i call my... -
21 May 2012 6:03 AM
- Replies
- 59
- Views
- 94,418
Hi,
i use extjs 2.1, i need to be able to choose the color from a wide choice of colors, but since I can not put a huge list of colors, let me know if there is a possibility to insert a choice.... -
22 Mar 2012 9:39 AM
Jump to post Thread: Migration from 2.1 to 4 by mimmo.rossi73
- Replies
- 4
- Views
- 407
Ok,
where can i find Sandbox?
And for the guidelines, there is nothing?
Thanks a lot -
22 Mar 2012 12:57 AM
Jump to post Thread: Migration from 2.1 to 4 by mimmo.rossi73
- Replies
- 4
- Views
- 407
Hi mitchellsimoens,
thanks for your reply.
I can rewrite my code, but i would know if there are guidelines to help me for difference to find the error.
Sorry but i'm new, but what does "sandbox... -
21 Mar 2012 2:26 AM
Jump to post Thread: Migration from 2.1 to 4 by mimmo.rossi73
- Replies
- 4
- Views
- 407
Hi all,
i must migrate a lot of code from version 2.1 to version 4, but i have seen that there are a lot of difference. Is there anyone that can help me?
Thanks in advance. -
14 Mar 2012 5:55 AM
Jump to post Thread: Migration from 2.1 to 4 by mimmo.rossi73
- Replies
- 5
- Views
- 581
There is anyone that can help me?
:-/ -
9 Mar 2012 6:02 AM
Jump to post Thread: Migration from 2.1 to 4 by mimmo.rossi73
- Replies
- 5
- Views
- 581
Excuse me, but i read quickly your message, now i notice that the phrase
"Rants don't get you anywhere. Let's talk as adults and professionals"
is in your signature...
:"> -
9 Mar 2012 12:55 AM
Jump to post Thread: Migration from 2.1 to 4 by mimmo.rossi73
- Replies
- 5
- Views
- 581
I don’t rant but i have only indicated my problem explaining my exigency to recover my work and ask help to forum.
Thanks -
8 Mar 2012 8:16 AM
Jump to post Thread: Migration from 2.1 to 4 by mimmo.rossi73
- Replies
- 5
- Views
- 581
Hello,
until today i used extjs 2.1, with which I developed a lot of code. Now, i would pass to the latest version, but when I run my pages with 4.0.7 version I received a lot of mistakes. I started... -
1 Dec 2011 2:08 AM
Jump to post Thread: TreePanel node attributes by mimmo.rossi73
- Replies
- 1
- Views
- 599
node.attributes.attributes["code"]
Results 1 to 25 of 27
