8 $title = htmlSafe($_GET[
"title"]);
23 $form =
new AutoForm(
$bookmark,
"POST",
"/action/bookmark/bookmark_popup?bookmark_id={$bookmark_id}",
"Bookmark_form");
24 $form->ajaxSubmit(
"function(result) {BookmarkManager.handleResponse(result);}",
"function() {document.id('{$form->id}_error').set('text','Failed to communicate with server'); }");
28 $form->readonly(
"url");
35 $form->required(
"title");
36 $form->hide(
"user_id");
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
static getValue($component, $name)
Retrieve the value of the specified Setting.
$method
Pull out a simple reference to the request method.