phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Draggable.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
7 class Draggable extends JsCode {
8 
9  public function __construct() {
10  $this->mask="$('%identifier%').draggable({ handle: '.modal-header' });";
11  }
12 }
Base class for js code.
Definition: JsCode.php:10