Could you please attend to my problem and give me a solution:
I am trying to write dhivehi language (dv-MV).
I am using a javascript to configure the fonts of divehi language to work it proper:
http://www.jawish.org/blog/uploads/jtk-4.2.1.js
Reference to the script (how it works):
http://www.jawish.org/blog/archives/322-Javascript-Thaana-Keyboard-version-4.0.html
Fonts used:
http://www.miadhu.com/dv/wp-content/themes/miadhu_dhivehi/images/miadhu_fonts.zip
HTML HEAD:
CSS:
Applied to RadTextbox:
While this method successfully works with RadTextbox (see the attached RadTextbox.jpg), this couldn't work with RadEditor(editor.jpg).
I think it is because I can't directly apply the css to the textbox inside the editor.
Could you please try to understand my problem and help me?
I am trying to write dhivehi language (dv-MV).
I am using a javascript to configure the fonts of divehi language to work it proper:
http://www.jawish.org/blog/uploads/jtk-4.2.1.js
Reference to the script (how it works):
http://www.jawish.org/blog/archives/322-Javascript-Thaana-Keyboard-version-4.0.html
Fonts used:
http://www.miadhu.com/dv/wp-content/themes/miadhu_dhivehi/images/miadhu_fonts.zip
HTML HEAD:
| <head runat="server"> |
| <title></title> |
| <link href="StyleSheet.css" rel="stylesheet" type="text/css" /> |
| <script src="../Scripts/jtk-4.2.1.pack.js" type="text/javascript"></script> |
| <script type="text/javascript"> |
| thaanaKeyboard.defaultKeyboard = 'phonetic'; |
| </script> |
| </head> |
CSS:
| .thaanaKeyboardInput |
| { |
| font-family: faruma, 'mv iyyu nala', 'mv elaaf normal'; |
| direction: rtl; |
| } |
Applied to RadTextbox:
| <telerik:RadTextBox ID="RadTextBox1" CssClass="thaanaKeyboardInput" Runat="server" Width="740px" |
| MaxLength="200" Rows="1" Skin="Hay" > |
| <HoveredStyle BorderColor="#A78080" /> |
| <EnabledStyle BorderColor="#D3C0C0" /> |
| </telerik:RadTextBox> |
While this method successfully works with RadTextbox (see the attached RadTextbox.jpg), this couldn't work with RadEditor(editor.jpg).
I think it is because I can't directly apply the css to the textbox inside the editor.
Could you please try to understand my problem and help me?
