0

rtl tag

Hi ...
how can i add rtl tag for the page in blueprint to direction the body to (right to left ) RTL

thanks,

by
9 Replies
  • QUOTE (firas_tunsi @ Aug 2 2009, 06:47 AM) <{POST_SNAPBACK}>
    how can i add rtl tag for the page in blueprint to direction the body to (right to left ) RTL


    What do you want archive? Are you looking into ways for right to left reading (arabic/farsi)?
    0
  • yes ,
    i want to turn all blueprint template to (right to left) for Arabic language.
    0
  • Same question here :)
    0
  • same problem here...
    0
  • Hi blueprint guys,
    Are you going to solve this problem?
    Will there be an option for right to left reading (arabic/farsi/hebrew)?

    Thanks,
    Gil
    0
  • Yes, going forward the right-to-left reading will be supported based on the intl-setting and language the user will be using. We are already introducing this behavior in the platform language:

    http://developer.yahoo.com/mobile/blueprin...ners_block.html

    The content of a block can be horizontally aligned with the "natural" and the "opposite" parameters:

    - "natural" (the default; right- or left-align according to locale, e.g. left-align for English)
    - "opposite" (reverse normal locale alignment)

    As long your content is aligned in natural and the user is using an Arabic language, the writing is planned to be aligned from right to left.
    0
  • Hello All,

    This issue solved just only in blocks that occur directly under a module .
    But what about the blocks under other tags like below sample :

    <page>
    <page-header>
    <masthead>
    <layout-items>
    not solved => <block class="title">arabic text</block>
    </layout-items>
    </masthead>
    </page-header>
    <content>
    <module>
    <header layout="simple">
    <layout-items>
    not solved => <block class="title" >Arabic !</block>
    </layout-items>
    </header>
    solved => <block halign="right" > Arabic text </block>
    <navigation-bar>
    <next>
    <label>المزيد</label>
    <load event="activate" resource="http://..." />
    </next>
    </navigation-bar>
    </module>
    </content>
    </page>

    Thanks in advance.
    0
  • RTL support is planned for the future but is currently not supported.
    0
  • RTL is good & stayed good
    0
This forum is locked.

Recent Posts

in Blueprint General Discussion