16 include_once (
"GENERIC/generic_util.php");
21 $famid =
$usage->addRequiredParameter(
"famid",
"id or logical name of the family");
22 $usage->setStrictMode(
false);
30 $action->register(
"DEFAULT_FAMILY",
$famid);
37 $action->lay->eset(
"rows", $action->
getParam(
"GENEA_HEIGHT") .
",*");
38 $action->lay->eset(
"cols",
"");
43 $action->lay->eset(
"cols", $action->
getParam(
"GENEA_WIDTH") .
",*");
44 $action->lay->eset(
"rows",
"");
46 $action->lay->eset(
"GTITLE", _($action->parent->short_name));
47 $action->lay->set(
"famid", urlencode(
$famid));
getSplitMode(Action &$action, $famid="")
Verify arguments for action function.
getFamIdFromName($dbaccess, $name)
generic_root(Action &$action)