patmap Posted July 25, 2011 Posted July 25, 2011 Hi, How Can Change TUniDBEdit and TUniEdit Align To Right To Left ? Best Regards Quote
patmap Posted July 25, 2011 Author Posted July 25, 2011 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 Quote
Administrators Farshad Mohajeri Posted July 25, 2011 Administrators Posted July 25, 2011 It is already there: TUniEdit.Alignmnet Quote
Administrators Farshad Mohajeri Posted July 25, 2011 Administrators Posted July 25, 2011 ... but not published in DBEdit. It will be published in next build. Quote
patmap Posted July 25, 2011 Author Posted July 25, 2011 Thank you Mr. Farshad Even TUniDBGrid and Form Caption is RTL also. This is good future for RTL languages: Persian, Arabic, Hebrew Best Regards Quote
Administrators Farshad Mohajeri Posted July 25, 2011 Administrators Posted July 25, 2011 Ext JS doesn't have built-in support for RTL but I think there are some extensions for it. Quote
patmap Posted July 25, 2011 Author Posted July 25, 2011 Hi, Mr. Farshad You right, because in RTL mode can not change column size by resizing in TUniDBGrid !!! Best Regards Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.