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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...