5
5

More than 5 years have passed since last update.

jstree プラグインの利用例

Posted at

課題

Rails4 の画面で、 Tree 表示 UI を使いたくなった。
そこで jstree という plugin を使う練習をしてみた。

jstree: http://www.jstree.com/

...
  jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license. 
...

成果

練習の成果は以下に置いた。
https://github.com/katoy/rails-jstree

スクリーンショット:

4 つの利用例が画面上には示されている。

ファイルブラウザもどき

  • ajax で フォルダのファイル一覧や、ファイル内容を取得する。
  • フォルダとファイルで icon を変化させる。
  • ストライプ表示

TODO:
png, gif ファイルを選択したら、画像を inline で表示させる。

ネストしたハッシュを tree 表示

erb 中に記載した html の <ui> <li> を tree 表示

erb 中に記載した json を tree 表示

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5