ConfigSetting($Name)).'" />'); break; case "Paragraph": $Rows = isset($Params["Rows"]) ? $Params["Rows"] : 4; $Columns = isset($Params["Columns"]) ? $Params["Columns"] : 40; print(''); break; case "Flag": print('ConfigSetting($Name) ? ' checked' : '') .' /> \n"); print('ConfigSetting($Name) ? '' : ' checked') .' /> \n"); break; case "Option": PrintOptionList($FieldName, $Params["Options"], $Plugin->ConfigSetting($Name)); break; case "MetadataField": $Schema = new MetadataSchema(); $FieldOptionList = $Schema->GetFieldsAsOptionList( $FieldName, $Params["FieldTypes"], $Plugin->ConfigSetting($Name)); print($FieldOptionList); break; } } # ----- MAIN ----------------------------------------------------------------- $BaseName = (isset($_GET["PN"])) ? $_GET["PN"] : NULL; if (!is_null($G_Plugin)) { $Attributes = $G_Plugin->GetAttributes(); } ?>

Plugin Error

No plugin found with a base name of .

Configure Plugin:

This plugin has no configuration settings.

$Params) { $FieldName = "F_".preg_replace("/[^a-zA-Z0-9]/", "", $Name); ?> "> >