Jump to content

Change TUniDBEdit Align To Right To Left


patmap

Recommended Posts

Hi Mr. Farshad

 

I found this. I write a custom CSS :

 

body, form {
background-image: url(bg.png);
background-repeat:repeat-x;
  direction: rtl;
}

.x-form-text{
  text-align: right ;
}

.x-grid-panel *{
  text-align: right ;
  font-family: Tahoma;
}

 

and add this in CustomFiles in TUniGUIServerModule.

 

If you can add this future: text-align and body direction with BidiMode Property and add in css Was much better.

 

Best Regards

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...