mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
autohide the resize handle
This commit is contained in:
parent
37ae936efa
commit
2d2af04b88
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ replaced."
|
||||||
(place-after control placer)
|
(place-after control placer)
|
||||||
(setf (box-sizing placer) :content-box)
|
(setf (box-sizing placer) :content-box)
|
||||||
(setf (positioning placer) :absolute)
|
(setf (positioning placer) :absolute)
|
||||||
(jquery-execute placer (format nil "draggable().resizable({alsoResize:'#~A'})"
|
(jquery-execute placer (format nil "draggable().resizable({alsoResize:'#~A',autoHide:true})"
|
||||||
(html-id control)))
|
(html-id control)))
|
||||||
;; setup control events
|
;; setup control events
|
||||||
(set-on-focus control (lambda (obj)
|
(set-on-focus control (lambda (obj)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue