Search Type: Posts; User: ganesh239
Search: Search took 0.02 seconds.
-
1 Mar 2013 6:21 AM
Jump to post Thread: Clone model with associations by ganesh239
- Replies
- 1
- Views
- 155
i have a model that has associations with other models.
ModelA {
attrA1,attrA2
hasMany modelB
}
ModelB{
attrB1,attrB2
hasMany modelC -
28 Feb 2013 6:43 AM
- Replies
- 4
- Views
- 266
any help on this pls ?
-
23 Jan 2013 10:25 PM
- Replies
- 4
- Views
- 266
Hi, could you pls help me on this ?
-
7 Jan 2013 11:26 PM
- Replies
- 4
- Views
- 266
Hi Scott,
Thanks for your reply, your solution draws a border around the "draw.component", but i would want the border around each of the sprite elements individually.
I tried this, but that... -
7 Jan 2013 6:17 AM
- Replies
- 4
- Views
- 266
Hi,
I have a sprite image that i have added to a drawComponent.
On click of that sprite, I want to draw a border around that image.
var myimage = new Ext.draw.Sprite({
... -
21 Dec 2012 2:27 AM
- Replies
- 1
- Views
- 195
Pls help on this.
-
19 Dec 2012 4:26 AM
- Replies
- 1
- Views
- 195
On a sprite element, I am NOT able to capture the right click mouse event.
I am able to capture the click, mouseover, mouseout events.
I tried catching the mouse down event and checking if... -
1 Nov 2012 5:45 AM
- Replies
- 1
- Views
- 297
Hi, I am keen to know if there are any examples for panning and zooming support in extjs.
I have a graph based representaion on the gui, that i would like to pan and zoom into.
I looked at the... -
16 Oct 2012 1:43 AM
- Replies
- 1
- Views
- 286
In the ondragdrop event handler, I cloned the element and added it back to the "Available Section".
var cloned = this.el.dom.cloneNode(true);
cloned.id = Ext.id();... -
15 Oct 2012 3:45 AM
Jump to post Thread: Group elements by a box by ganesh239
- Replies
- 3
- Views
- 391
I am stillwondering how to do this ?
Any help ? -
11 Oct 2012 5:04 AM
Jump to post Thread: Group elements by a box by ganesh239
- Replies
- 3
- Views
- 391
Hi,
I have a few elements (say images in a div) on my window.
How do i group elements (by drawing a box around them ) ?
There could be multiple such groups.
After the grouping, I would also... -
9 Oct 2012 11:01 PM
- Replies
- 1
- Views
- 286
Hi,
I am very new to JS and ExtJs, am trying out the different drag drop examples.
I was reading this article - and used the source from here, and it works fine.
I am wondering how to ensure...
Results 1 to 12 of 12
