derfelix
11-20-2009, 04:40 PM
Hello,
just found out the hard way that the old toggle_collapse function has been removed.. completely
returns only false;
here is the code snippet in vb4....
// ################################################## ###########################
// Collapsible element handlers
// TODO ; Delete toggle_collapse
/**
* Toggles the collapse state of an object, and saves state to 'vbulletin_collapse' cookie
*
* @param string Unique ID for the collapse group
*
* @return boolean false
*/
function toggle_collapse(objid, forcestate)
{
return false;
} :(
can anybody help on how i can add a collapse for a box the new vb4 way?
thanx for any help..
Felix
just found out the hard way that the old toggle_collapse function has been removed.. completely
returns only false;
here is the code snippet in vb4....
// ################################################## ###########################
// Collapsible element handlers
// TODO ; Delete toggle_collapse
/**
* Toggles the collapse state of an object, and saves state to 'vbulletin_collapse' cookie
*
* @param string Unique ID for the collapse group
*
* @return boolean false
*/
function toggle_collapse(objid, forcestate)
{
return false;
} :(
can anybody help on how i can add a collapse for a box the new vb4 way?
thanx for any help..
Felix