Commit f031e3e0 authored by po34devklaus's avatar po34devklaus

--def

parent 93c87337
......@@ -296,6 +296,26 @@ Event.onDOMReady(
jQuery().ready(function(){
var panel = new YAHOO.widget.Panel("resizablepanel", {
draggable: false,
width: "440px",
height: "300px",
autofillheight: "body",
constraintoviewport: true,
context: ["showbtn", "tl", "bl"]
});
panel.render();
var resize = new YAHOO.util.Resize('resizablepanel', {
handles: ['br'],
autoRatio: false,
minWidth: 300,
minHeight: 100,
status: false
});
document.getElementById('last_id').value = countGTDElements('ul1');
initGTDElementsDragDrop('ul1');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment