18 include_once (
"FDL/Class.Doc.php");
19 include_once (
"FDL/Class.DocAttr.php");
20 include_once (
"VAULT/Class.VaultFile.php");
34 $form->setJsEvents($jsevent);
35 return $form->getHtmlInput($oattr,
$value, $index);
43 $action->parent->AddJsRef($action->GetParam(
"CORE_PUBURL") .
"/lib/jquery/jquery.js");
45 $ckeditorPath =
"lib/ckeditor/4";
47 $ckeditorPath =
"lib/ckeditor/3";
49 $action->parent->addJsRef(
"$ckeditorPath/ckeditor.js");
50 $action->parent->AddJsRef(sprintf(
"%sapp=FDL&action=ALLEDITJS&wv=%s", $action->GetParam(
"CORE_SSTANDURL") , $action->GetParam(
"WVERSION")));
52 $action->parent->addJsRef(
"lib/tipsy/src/javascripts/jquery.tipsy.js");
55 $action->parent->addJsCode( sprintf(
"CKEDITOR_BASEPATH = '%s/';", $ckeditorPath));
57 $action->parent->addCssRef(
"lib/tipsy/src/stylesheets/tipsy.css");
58 $action->parent->addCssRef(
"css/dcp/main.css");
59 $action->parent->addCssRef(
"css/dcp/document-edit.css");
getHtmlInput(&$doc, &$oattr, $value, $index="", $jsevent="", $notd=false)
editmode(Action &$action)