PFResourcesHtmlHelper Methods |
The PFResourcesHtmlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAdminActivityLogResources |
Gets the tags including specific resources of the activity logs page.
| |
| GetAdminAppSettingsResources |
Gets the app settigns page resources.
| |
| GetAdministrationResources |
Gets the tags including common resources for administration pages.
| |
| GetAdministrationSiteMapResources |
Gets the tags including specific resources of the site map administration page.
| |
| GetAdminOrganisationPageResources |
Gets the tags including specific resources of the organisation page.
| |
| GetAdminRolesPageResources |
Gets the tags including specific resources of the roles administration page.
| |
| GetAdminUsersManagementPageResources | Obsolete.
Gets the tags including specific resources of the former user management page.
| |
| GetAdminUsersManagementV2PageResources |
Gets the tags including specific resources of the user management page.
| |
| GetAllCommonResources |
Gets the tags including resources referenced in all Packflow pages.
Includes resources : base, JQuery, gridviews, SignalR, Dropdowns, translations, controls, qtip, services.
| |
| GetApplicationServicesResources(String) |
Gets the tags including JavaScript resources for a specific application's services.
| |
| GetApplicationServicesResources(PFApplication) |
Gets the tags including JavaScript resources for a specific application's services.
| |
| GetBaseResources |
Gets the tags including base resources.
Includes resources : lazyload.js, PFCommon.less, font-awesome.less.
Also (for IE8) : html5.js and respond.min.js.
| |
| GetControlsResources |
Gets the tags including controls resources (KendoUI and Packflow controls).
| |
| GetCssTag |
Gets the link tag referencing a CSS file.
| |
| GetCustomStyleResources |
Gets the tag including custom styles. CustomStyles.less by default or if the site is not specified.
This can be changed on the site settings page.
| |
| GetDataHubResource |
Gets the tag including SignalR hubs (JavaScript).
| |
| GetDropDownResources |
Gets the tags including DropDown resources.
| |
| GetExternalConnectionsResources |
Gets the external connections admin page resources.
| |
| GetFontAwesomeResource |
Gets the tag including font-awesome styles.
| |
| GetFrameResources |
Gets the tags including the Packflow frame resources.
| |
| GetGridviewResources |
Gets the tags including |resources required for gridviews.
| |
| GetGridviewResources(Boolean) |
Gets the tags including resources required for gridviews.
| |
| GetGroupPageResources |
Gets the tags including specific resources of the Group page.
| |
| GetHeaderResources |
Gets the tags including resources of the header part.
| |
| GetHotKeysResources |
Gets the tags including resources of the JQuery HotKeys plugin.
| |
| GetIconTag |
Gets a the HTML tag of the favicon.
| |
| GetItemActionsBarResources |
Gets the tags including resources of the actions bar part.
| |
| GetItemAdministrationResources |
Gets the tags including resources of the item administration part.
| |
| GetItemFormResources |
Gets the tags including specific resources of the Item (form) page.
| |
| GetItemNavigatorResources |
Gets the tags including resources of the navigator part.
| |
| GetItemPagesStyleResources |
Gets the tag including PFItemPages_Sections.min.less.
| |
| GetJavascriptGlobals |
Gets an HTML script tag that initializes the PFGlobals javascript object.
This object provides various information to javascript code. E.g. the current locale, the current theme ...
| |
| GetJavascriptTag |
Gets the script tag referencing a JavaScript file.
| |
| GetJQueryColorPickerResources |
Gets the tags including resources of the QTip plugin.
| |
| GetJQueryResources |
Gets the tags including JQuery resources.
| |
| GetLogEntryPageResources |
Gets the tags including specific resources of the Group page.
| |
| GetLoginPageResources |
Gets the tags including all resources for the Login page.
| |
| GetMalihuScrollbarResources |
Gets the tags including resources of the Malihu Scrollbar plugin.
| |
| GetNavigationBarResources |
Gets the tags including resources of the navigation bar part.
| |
| GetNavigationResources |
Gets the tags including specific resources of the navigation page.
| |
| GetNiceScrollbarResources |
Gets the tags including resources of the Nice Scrollbar plugin.
| |
| GetPerfectScrollbarResources |
Gets the tags including resources of the Perfect Scrollbar plugin.
| |
| GetPerformancesResources |
Gets the performances admin page resources.
| |
| GetQTipResources |
Gets the tags including resources of the QTip plugin.
| |
| GetQuickLaunchBarResources |
Gets the tags including resources of the quicklaunch bar part.
| |
| GetSignalRResources |
Gets the tags including resources of SignalR.
| |
| GetSiteServicesResources |
Gets the tags including JavaScript resources for services.
This includes all generic objects and services,
and helpers to use the generic SignalR hub and the REST service.
| |
| GetThemeEditorResources |
Gets the tags including the PFThemeEditor resources.
| |
| GetTimeCirclesResources |
Gets the tags including resources of the Time Circles plugin;
| |
| GetTranslationsResources |
Gets the tag including the javascript translations.
| |
| GetTypeScriptApiResources |
Gets the tags including all resources for the TypeScript API.
| |
| GetUserHelperResources |
Gets the tags including the PFUserHelper resources.
This functionality allows to show various help texts on page elements.
| |
| GetUserNavigationPanelResources |
Gets the tags including resources of the user navigation panel part.
| |
| GetUserPageResources |
Gets the tags including specific resources of the User (profile) page.
| |
| GetUserPermissionReportResources |
Gets the user permission report admin page resources.
| |
| GetViewPageResources |
Gets the tags including specific resources of the View (editor) page.
| |
| GetWidgetResources_General |
Gets the tags including common resources for widgets.
| |
| GetWidgetResources_QuickAccess |
Gets the tags including resources for the QuickAccess widget.
| |
| SkipResourceTag |
Calling this method (before the resources inclusions in the page)
allows to skip (not include) a CSS/LESS/JS file later in the page.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
| EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
| EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
| GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
| IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
| IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
| Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
| Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
| SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
| SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
| SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |