phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
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\bootstrap\components\js\Draggable\__construct
__construct()
Definition
Draggable.php:9
Ajax\common\JsCode
Base class for js code.
Definition
JsCode.php:10
Ajax\bootstrap\components\js
Definition
Draggable.php:3
Ajax
bootstrap
components
js
Draggable.php
Generated on Sun Dec 10 2023 16:15:50 for
phpMv-UI
by
doxygen
1.9.8