ibm-js / dbidi

Bidi utilities for JavaScript/AMD/Dojo Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#dbidi Build Status

This project provides bidi utilities for JavaScript/AMD/Dojo Applications

Status

The most recent pre-release is 0.3.0.

Migration

Replace any use of "dojox/string/BidiEngine" AMD module by "dbidi/TextLayoutEngine".

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

Dependencies

This project requires the following other projects to run:

  • dcl
  • decor

Installation

Bower release installation:

$ bower install dbidi

Manual master installation: go to the root installation directory and clone dbidi from github:

$ git clone git://github.com/ibm-js/dbidi.git

Then install dependencies with bower (or manually from github if you prefer to):

$ cd dbidi
$ bower install

Documentation

Documentation is available here

Credits

About

Bidi utilities for JavaScript/AMD/Dojo Applications

License:Other


Languages

Language:JavaScript 91.4%Language:HTML 8.6%