Click or drag to resize

PFItemHtmlHelperPFItemType Properties

The PFItemHtmlHelperPFItemType generic 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, ...).

(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentApplication
Gets the current application.
(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentContentType
Gets the current content type.
(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentItem
Gets the current item.
(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentModel
Gets the current application's model.
(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentModelContentType
Gets the current content-type definition from the current model.
(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentModelForm
Gets the current Form definition from the current model.
(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentObject
Gets the current item, strongly typed.
Protected propertyCurrentSite
Gets the current site.
(Inherited from PFItemHtmlHelper.)
Protected propertyCurrentUser
Gets the current user.
(Inherited from PFItemHtmlHelper.)
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.

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

False by default.

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

False by default.

(Inherited from PFItemHtmlHelper.)
Protected propertyFocus
Gets the default focus information.

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

(Inherited from PFItemHtmlHelper.)
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.

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

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