Wapping css editor in a div tag with a css class.

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/28/2011 1:22:58 AM
Gravatar
Total Posts 550

Wapping css editor in a div tag with a css class.

Hi Joe,

In a right to left skin we need display the css editor and the SQL Query editor in left to right direction. So if it is possible please wrap these editors with separated css classes.

Best,

Asad

3/28/2011 10:34:22 AM
Gravatar
Total Posts 51
Share our knowledge,Take world in our hands.

Re: Wapping css editor in a div tag with a css class.

Hi Asad!

I think we can use Control ID  to solve this issue. For example:

#mainContent_txtCss{
direction:ltr;
}

Best :)

3/29/2011 2:00:09 PM
Gravatar
Total Posts 18439

Re: Wapping css editor in a div tag with a css class.

I've added classes for this that will be included in the new release coming tomorrow.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.