0

Does Zk support right to left languages

asked 2008-10-02 05:01:31 +0800

Shakerinezhad gravatar image Shakerinezhad
12

I need right to left component like rtl checkbox, radio,...
If Zk support these components How I can define these in ZK.
Thanks you in advance

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2008-10-03 01:17:32 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

updated 2008-10-03 01:17:57 +0800

Hi,

Did you mean CSS direction Property? If so, you can control it with CSS rule.

link publish delete flag offensive edit

answered 2008-10-03 01:31:30 +0800

flyworld gravatar image flyworld
155 3

updated 2008-10-03 01:37:44 +0800

fastest way is adding to all your editor like component

<style>
.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox { 
    direction: rtl
} 
</style>

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2008-10-02 05:01:31 +0800

Seen: 363 times

Last updated: Oct 03 '08

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More