Closed lollita closed 8 years ago
Something like this
var d = new Dialog({html:"<ol><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li><li>af</li></ol>"
,dockable:{docking:"bottom"}})
d.htmlDialog.document.body.scrollTop+=d.htmlDialog.document.body.scrollHeight;
When i use it, when the page is full, the background and foreground become white. to revert right color I have to:
try to do that within System.setTimeout!
It work! ty :) Your plugin is GREAT!!! i waiting x64 ;) So I can also try the modified version of Library.js also in private.
How to scroll to bottom a Dialog({dockable:{docking:"bottom"}}?