PFItemHtmlHelper Properties |
The PFItemHtmlHelper type exposes the following members.
Name | Description | |
---|---|---|
BodyOnly | Gets a value indicating whether only the content of the body should be generated. If true, only dynamic parts of the form are generated (actions, sections, version number, ...). | |
CurrentApplication |
Gets the current application.
| |
CurrentContentType |
Gets the current content type.
| |
CurrentItem |
Gets the current item.
| |
CurrentModel |
Gets the current application's model.
| |
CurrentModelContentType |
Gets the current content-type definition from the current model.
| |
CurrentModelForm |
Gets the current Form definition from the current model.
| |
CurrentSite |
Gets the current site.
| |
CurrentUser |
Gets the current user.
| |
EnableEditableControls |
Gets or sets a value indicating whether the controls can be editable or not.
If set to false, editable controls will be generated disabled. | |
EnableFullJQueryUIReference |
Gets a value indicating whether all JQuery UI plugins should be included,
or just the ones required by Packflow.
False by default. | |
EnableFullKendoReference |
Gets a value indicating whether all Kendo UI plugins should be included
or just the ones required by Packflow.
False by default. | |
Focus |
Gets the default focus information.
Contains the mode (Default or Admin) and the section id separated by ";". | |
Html5DateRenderingMode | (Inherited from HtmlHelper.) | |
LoadedVersion |
Gets the loaded version.
Will be the version number of the current item after a GET request or an item save. In other POST requests, the version is obtained from the page. | |
Logger |
Gets the logger (CurrentItem's logger is used).
| |
PageContext |
Gets the page context.
| |
RouteCollection | (Inherited from HtmlHelper.) | |
ShowFieldsInternalNames |
Gets a value indicating whether fields' internal names are shown in labels.
The result is based on the presence of "sfin=true" in the query string. | |
SourceRelationGuid |
Gets the source relation GUID. If not relevant, returns Guid.empty.
| |
Translations |
Gets the contextual translations provided by Packflow.
| |
ViewBag | (Inherited from HtmlHelper.) | |
ViewContext | (Inherited from HtmlHelper.) | |
ViewData | (Inherited from HtmlHelper.) | |
ViewDataContainer | (Inherited from HtmlHelper.) |