michaelh613
Newbie
Posts: 1
Registered: 6/13/2007
Member Is Offline
|
| posted on 6/13/2007 at 06:03 PM |
|
|
What to change to move absolute positioning
I understand the system uses absolute positioning but am not exactly sure what I need to change to use it. Can someone explaing t me what to change.
And how does this done differently in the gold product. Does that allow me to just place code in a cell to locate the file.
Thanks
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/13/2007 at 07:30 PM |
|
|
First parameters to block_top and block_left in menu_tpl.js set Y and X coordinates of the menu in document.
And yes, with GOLD version you can just place the code in the cell to make it appear there.
|
|
|
arumando
Newbie
Posts: 1
Registered: 10/18/2008
Location: mexico
Member Is Offline
|
| posted on 10/18/2008 at 01:13 AM |
|
|
| Quote: | Originally posted by tigra
First parameters to block_top and block_left in menu_tpl.js set Y and X coordinates of the menu in document.
And yes, with GOLD version you can just place the code in the cell to make it appear there. |
hi, how you do dat'
im trying this:
var block_top=true;
if(block_top)
{block_top=false;
'block_top': 90,
}
else
{
'block_top': 15,
}
and send a error
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/18/2008 at 05:02 PM |
|
|
You don't need to write any conditional statements to configure the absolute positioning. See the samples included in the distribution package and/or
use the menu builder to create new.
|
|
|