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
3
namespace
Ajax\bootstrap\components\js
;
4
5
use
Ajax\common\JsCode
;
6
7
class
Draggable
extends
JsCode
{
8
9
public
function
__construct
() {
10
$this->mask=
"$('%identifier%').draggable({ handle: '.modal-header' });"
;
11
}
12
}
Ajax\bootstrap\components\js\Draggable
Definition:
Draggable.php:7
Ajax\common\JsCode
Base class for js code.
Definition:
JsCode.php:10
JsCode
Ajax\bootstrap\components\js\Draggable\__construct
__construct()
Definition:
Draggable.php:9
Ajax\bootstrap\components\js
Definition:
Draggable.php:3
Ajax
bootstrap
components
js
Draggable.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13