lib.js

lib.js

一些方便的 js function 都放在這邊
可拖拉的浮動視窗
 
需要先 include 相關的 js / css
$this->js->addLib('vendor/bootstrap-window.js');
$this->css->add('vendor/bootstrap-window.css');
動態執行以下的 js 語法即可
DMT.helperPanel(title, subtitle, content)