CatalystX-CRUD-YUI
view release on metacpan or search on metacpan
lib/CatalystX/CRUD/YUI/TT/crud/add_row_panel.tt view on Meta::CPAN
<div id="addListPanel">
<div class="hd"></div>
<div class="bd"></div>
</div>
<script type="text/javascript">
/* <![CDATA[ */
// create a overlay panel that uses the div
YAHOO.crud.addRowMatrix = new YAHOO.widget.ResizePanel(
'addListPanel',
{
// modal will deactivate the rest of the page while panel is active
// but page size calculation is broken under FF for OSX (at least)
// since so much of the page
// is loaded dynamically.
//modal: true,
width: "750px",
fixedcenter: true,
( run in 1.173 second using v1.01-cache-2.11-cpan-39bf76dae61 )