1
cpascal
how to add XoopsFormBreak
  • 2010/11/25 17:24

  • cpascal

  • Just popping in

  • Posts: 26

  • Since: 2010/3/20


hi
I like to know how to add the style code:

$modversion->addElement(new XoopsFormBreak(1_MD_DEFINE1.'  '._MD_DEFINE2 ));

xoops_version.php in a module xoops what file it is changed because I guess he must add this function in a file xoops

thank

2
cpascal
Re: how to add XoopsFormBreak
  • 2010/11/26 7:30

  • cpascal

  • Just popping in

  • Posts: 26

  • Since: 2010/3/20


ok mage answered my question

$modversion["config"][$i]["name"]        = "break";
$modversion["config"][$i]["title"]       = "_MI_ETC..";
$modversion["config"][$i]["description"] = "";
$modversion["config"][$i]["formtype"]    = "line_break";
$modversion["config"][$i]["valuetype"]   = "textbox";
$modversion["config"][$i]["default"]     = "head";

thank