Click or drag to resize

PFItemHtmlHelper Properties

The PFItemHtmlHelper type exposes the following members.

Properties
  NameDescription
Public propertyBodyOnly

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, ...).

Protected propertyCurrentApplication
Gets the current application.
Protected propertyCurrentContentType
Gets the current content type.
Protected propertyCurrentItem
Gets the current item.
Protected propertyCurrentModel
Gets the current application's model.
Protected propertyCurrentModelContentType
Gets the current content-type definition from the current model.
Protected propertyCurrentModelForm
Gets the current Form definition from the current model.
Protected propertyCurrentSite
Gets the current site.
Protected propertyCurrentUser
Gets the current user.
Public propertyEnableEditableControls
Gets or sets a value indicating whether the controls can be editable or not.

If set to false, editable controls will be generated disabled.

Public propertyEnableFullJQueryUIReference
Gets a value indicating whether all JQuery UI plugins should be included, or just the ones required by Packflow.

False by default.

Public propertyEnableFullKendoReference
Gets a value indicating whether all Kendo UI plugins should be included or just the ones required by Packflow.

False by default.

Protected propertyFocus
Gets the default focus information.

Contains the mode (Default or Admin) and the section id separated by ";".

Public propertyHtml5DateRenderingMode (Inherited from HtmlHelper.)
Protected propertyLoadedVersion
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.

Protected propertyLogger
Gets the logger (CurrentItem's logger is used).
Public propertyPageContext
Gets the page context.
Public propertyRouteCollection (Inherited from HtmlHelper.)
Protected propertyShowFieldsInternalNames
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.

Public propertySourceRelationGuid
Gets the source relation GUID. If not relevant, returns Guid.empty.
Public propertyTranslations
Gets the contextual translations provided by Packflow.
Public propertyViewBag (Inherited from HtmlHelper.)
Public propertyViewContext (Inherited from HtmlHelper.)
Public propertyViewData (Inherited from HtmlHelper.)
Public propertyViewDataContainer (Inherited from HtmlHelper.)
Top
See Also