Constructors structure_floater |
structure_floaterSummary
constructor
Construct a new floating ‘window’ object (actually a collection of divs). Parameters
params_o
Constructors Usedclose
Closes the floater, removes it from the canvas. Method takes one parameter, not both. Parameters
resize
Resizes the floater to the specified dimensions. If a value for one dimension is not passed, that dimension remains tha same. Parameters
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Construct a new floating ‘window’ object (actually a collection of divs).
host.kernel.constructors.structure_floater = function( params_o )
Opens the floater
host.kernel.constructors.structure_floater.prototype.open = function( center_bool )
Closes the floater, removes it from the canvas.
host.kernel.constructors.structure_floater.prototype.close = function( e, body_div_ref )
Moves the floater to a new position.
host.kernel.constructors.structure_floater.prototype.moveTo = function( top_int, left_int )
Canters the floater relative to the borders of the canvas.
host.kernel.constructors.structure_floater.prototype.center = function()
Resizes the floater to the specified dimensions.
host.kernel.constructors.structure_floater.prototype.resize = function( height_int, width_int )
Closes floater by removing it from the canvas.
host.kernel.constructors.structure_floater.prototype.closer = function( _this )