[CLOSED] Rotate object

  1. #1

    [CLOSED] Rotate object

    Hello.

    This is my first message to the forum

    I want to rotate these objects:

    https://examples2.ext.net/#/DragDrop...ag_with_State/

    Also you can make click with the right mouse button

    thanks
    Last edited by Daniil; Dec 06, 2013 at 12:59 PM. Reason: [CLOSED]
  2. #2
    Hi @Quico,

    Welcome to the Ext.NET forums!

    I want to rotate these objects:
    Please elaborate on that. What do you exactly mean by "rotate"?

    Also you can make click with the right mouse button
    So, do you need a context menu on right click?
  3. #3

    Rotate objects

    Hi. Daniil,

    Please elaborate on that. What do you exactly mean by "rotate"?
    this,

    Click image for larger version. 

Name:	Object rotated.png 
Views:	8 
Size:	1.6 KB 
ID:	7302

    So, do you need a context menu on right click?
    Yes, and click link to event and change de color.

    Thank you.
    Attached Images  
    Last edited by Daniil; Nov 29, 2013 at 1:48 PM. Reason: Please use [QUOTE] tags
  4. #4
    Quote Originally Posted by Quico View Post
    this,

    Click image for larger version. 

Name:	Object rotated.png 
Views:	8 
Size:	1.6 KB 
ID:	7302
    This should work in a browser supporting CSS3.
    div.draggable-item {
        transform: rotate(45deg)
    }

    Quote Originally Posted by Quico View Post
    Yes, and click link to event and change de color.
    Please start an individual forum thread for this question.

Similar Threads

  1. Replies: 7
    Last Post: Oct 15, 2013, 11:35 AM
  2. [CLOSED] i want to rotate small image
    By UT007 in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 06, 2013, 3:57 PM
  3. [CLOSED] Component image support rotate?
    By stoque in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 16, 2012, 11:00 AM
  4. How to rotate a grid column header?
    By AmitM in forum 1.x Help
    Replies: 11
    Last Post: Jun 08, 2011, 2:29 PM
  5. [CLOSED] [0.8.1] Rotate Ext.Image
    By cobiscorp in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 19, 2010, 1:01 PM

Posting Permissions