1
Hi,
i am playing around with the xoopsformloader and need help with drop down menue and delete Buttons.
e.g. in the core module MyDownloads, Function modCat there is a drop down menu with the structure of main and sub categorys and a delete (and cancel) button:
function modCat()
{
global $xoopsDB, $HTTP_POST_VARS, $myts, $eh, $mytree;
$cid = $HTTP_POST_VARS["cid"];
xoops_cp_header();
echo ""
._MD_DLCONF."";
echo"";
xoops_cp_footer();
}
What would be the correct usage of xoopsformselect and xoopsformbutton to have the same functionality?
Maybe someone could "translate" the above function so that a php/xoops newb like me could see the difference?
Thanks