jQuery UI Widgets › Forums › Layouts › Docking › jqxDocking inside jqxDocking
Tagged: jqxDocking, jqxDocking inside jqxDocking
This topic contains 1 reply, has 1 voice, and was last updated by randiekas 9 years, 5 months ago.
-
Author
-
Can i using jqxDocking inside window jqxDocking ?
because when i try , didn’t work , why ?
this my code
<div id=”docking” style=”float: left;”>
<div style=”overflow: hidden;”>
<div id=”window0″ style=”height: 200px”>
<div>
CISC</div>
<div>
<div id=”docking2″ style=”float: left;”>
<div id=”window10″ style=”height: 200px”><div>Title</div>
<div>
Before the RISC philosophy became prominent, many computer architects tried to bridge
the so called semantic gap, i.e. to design instruction sets that directly supported
high-level programming constructs such as procedure calls, loop control, and complex…
</div></div>
<div id=”window11″ style=”height: 200px”><div>Title</div>
<div>
Before the RISC philosophy became prominent, many computer architects tried to bridge
the so called semantic gap, i.e. to design instruction sets that directly supported
high-level programming constructs such as procedure calls, loop control, and complex…
</div>
</div></div>
</div>
</div>
<div id=”window1″ style=”height: 180px”>
<div>
Database management system</div>
<div>
A database management system (DBMS) is a software package with computer programs
that control the creation, maintenance, and the use of a database. It allows organizations
to conveniently develop databases…</div>
</div>
</div>
<div style=”overflow: hidden;”>
<div id=”window2″ style=”height: 180px”>
<div>
RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs around 1975 include the
observations that the memory-restricted compilers of the time were often unable
to take advantage…</div>
</div>
</div>
</div><script type=”text/javascript”>
$(document).ready(function () {
$(‘#docking’).jqxDocking({ orientation: ‘horizontal’, width: 550, mode: ‘default’ });
$(‘#docking2’).jqxDocking({ orientation: ‘horizontal’, width: 550, mode: ‘default’ });//$(‘#docking’).jqxDocking(‘importLayout’, ‘{“panel0”: {“window0”:{“collapsed”:false}},”panel1″: {“window1”:{“collapsed”:false}},”floating”:{“window2”:{“x”:”200px”,”y”:”400″,”width”:”350px”,”height”:”auto”,”collapsed”:false}},”orientation”: “horizontal”}’);
});
</script>please answer:
Best Regards
Randi Eka SetiawanSorry , this case is closed, my fault ,
good job jqwidgets team :D.
-
AuthorPosts
You must be logged in to reply to this topic.