File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 9
9
/**
10
10
* Twitter Bootstrap HTML Modal component
11
11
* @author jc
12
- * @version 1.001
12
+ * @version 1.02
13
13
*/
14
14
class HtmlModal extends BaseHtml {
15
- protected $ title ="Titre de ma boîte " ;
15
+ protected $ title ="HtmlModal Title " ;
16
16
protected $ content ="" ;
17
17
protected $ buttons =array ();
18
18
protected $ showOnStartup =false ;
@@ -183,11 +183,11 @@ public function jsHideButton($index) {
183
183
}
184
184
185
185
/**
186
- * Allow modal to be moved using the mouse.
186
+ * Allow modal to be moved using the mouse, on the dialog title .
187
187
* needs JQuery UI
188
188
* @param boolean $value
189
189
*/
190
- public function setDraggable ($ value ) {
190
+ public function draggable ($ value= true ) {
191
191
$ this ->draggable =$ value ;
192
192
if ($ value ) {
193
193
$ this ->backdrop =false ;
You can’t perform that action at this time.
0 commit comments