alishir / atks

Online Quran with Microsoft Arabic Toolkit Service(ATKS) -- Project Suspended.
http://atks.herokuapp.com
0 stars 0 forks source link

View SARF single token result in tabs #11

Closed alishir closed 9 years ago

alishir commented 9 years ago

Sometime SARF single token analysis result consist multiple stem. View each result in a tab.

alishir commented 9 years ago

The selected framework is bootstrap and here is some example of tab view: http://www.tutorialspoint.com/bootstrap/bootstrap_tab_plugin.htm

alishir commented 9 years ago

The required component is http://getbootstrap.com/components/#nav Here is the sample gist: https://gist.github.com/mnewt/4228037

alishir commented 9 years ago

switching from less backend to sass backend, becuase sass backend have more star.

alishir commented 9 years ago

http://getbootstrap.com/javascript/#tabs-usage You can activate a tab or pill navigation without writing any JavaScript by simply specifying data-toggle="tab" or data-toggle="pill" on an element. Adding the nav and nav-tabs classes to the tab ul will apply the Bootstrap tab styling, while adding the nav and nav-pills classes will apply pill styling.