Click or drag to resize

PFResourcesHtmlHelper Class

Provides methods generating html tags including JavaScript and CSS files.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFResourcesHtmlHelper

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public sealed class PFResourcesHtmlHelper

The PFResourcesHtmlHelper type exposes the following members.

Constructors
  NameDescription
Public methodPFResourcesHtmlHelper
Initializes a new instance of the PFResourcesHtmlHelper class.
Top
Properties
  NameDescription
Public propertyDebugMode
Gets a value indicating whether debug files should be referenced in place of merged/minified files.
Public propertyIncludedResources
Gets the resources already included in the page.
Public propertyLanguageCode
Gets the two-letters language code used for translating.
Public propertyLocale
Gets the locale code (eg. en-gb) used for formatting numbers, dates etc.
Public propertyTheme
Gets the used theme.
Top
Methods
  NameDescription
Public methodGetAdminActivityLogResources
Gets the tags including specific resources of the activity logs page.
Public methodGetAdminAppSettingsResources
Gets the app settigns page resources.
Public methodGetAdministrationResources
Gets the tags including common resources for administration pages.
Public methodGetAdministrationSiteMapResources
Gets the tags including specific resources of the site map administration page.
Public methodGetAdminOrganisationPageResources
Gets the tags including specific resources of the organisation page.
Public methodGetAdminRolesPageResources
Gets the tags including specific resources of the roles administration page.
Public methodGetAdminUsersManagementPageResources Obsolete.
Gets the tags including specific resources of the former user management page.
Public methodGetAdminUsersManagementV2PageResources
Gets the tags including specific resources of the user management page.
Public methodGetAllCommonResources
Gets the tags including resources referenced in all Packflow pages. Includes resources : base, JQuery, gridviews, SignalR, Dropdowns, translations, controls, qtip, services.
Public methodGetApplicationServicesResources(String)
Gets the tags including JavaScript resources for a specific application's services.
Public methodGetApplicationServicesResources(PFApplication)
Gets the tags including JavaScript resources for a specific application's services.
Public methodGetBaseResources
Gets the tags including base resources. Includes resources : lazyload.js, PFCommon.less, font-awesome.less. Also (for IE8) : html5.js and respond.min.js.
Public methodGetControlsResources
Gets the tags including controls resources (KendoUI and Packflow controls).
Public methodGetCssTag
Gets the link tag referencing a CSS file.
Public methodGetCustomStyleResources
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.
Public methodGetDataHubResource
Gets the tag including SignalR hubs (JavaScript).
Public methodGetDropDownResources
Gets the tags including DropDown resources.
Public methodGetExternalConnectionsResources
Gets the external connections admin page resources.
Public methodGetFontAwesomeResource
Gets the tag including font-awesome styles.
Public methodGetFrameResources
Gets the tags including the Packflow frame resources.
Public methodGetGridviewResources
Gets the tags including |resources required for gridviews.
Public methodGetGridviewResources(Boolean)
Gets the tags including resources required for gridviews.
Public methodGetGroupPageResources
Gets the tags including specific resources of the Group page.
Public methodGetHeaderResources
Gets the tags including resources of the header part.
Public methodGetHotKeysResources
Gets the tags including resources of the JQuery HotKeys plugin.
Public methodGetIconTag
Gets a the HTML tag of the favicon.
Public methodGetItemActionsBarResources
Gets the tags including resources of the actions bar part.
Public methodGetItemAdministrationResources
Gets the tags including resources of the item administration part.
Public methodGetItemFormResources
Gets the tags including specific resources of the Item (form) page.
Public methodGetItemNavigatorResources
Gets the tags including resources of the navigator part.
Public methodGetItemPagesStyleResources
Gets the tag including PFItemPages_Sections.min.less.
Public methodGetJavascriptGlobals
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 ...
Public methodGetJavascriptTag
Gets the script tag referencing a JavaScript file.
Public methodGetJQueryColorPickerResources
Gets the tags including resources of the QTip plugin.
Public methodGetJQueryResources
Gets the tags including JQuery resources.
Public methodGetLogEntryPageResources
Gets the tags including specific resources of the Group page.
Public methodGetLoginPageResources
Gets the tags including all resources for the Login page.
Public methodGetMalihuScrollbarResources
Gets the tags including resources of the Malihu Scrollbar plugin.
Public methodGetNavigationBarResources
Gets the tags including resources of the navigation bar part.
Public methodGetNavigationResources
Gets the tags including specific resources of the navigation page.
Public methodGetNiceScrollbarResources
Gets the tags including resources of the Nice Scrollbar plugin.
Public methodGetPerfectScrollbarResources
Gets the tags including resources of the Perfect Scrollbar plugin.
Public methodGetPerformancesResources
Gets the performances admin page resources.
Public methodGetQTipResources
Gets the tags including resources of the QTip plugin.
Public methodGetQuickLaunchBarResources
Gets the tags including resources of the quicklaunch bar part.
Public methodGetSignalRResources
Gets the tags including resources of SignalR.
Public methodGetSiteServicesResources
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.
Public methodGetThemeEditorResources
Gets the tags including the PFThemeEditor resources.
Public methodGetTimeCirclesResources
Gets the tags including resources of the Time Circles plugin;
Public methodGetTranslationsResources
Gets the tag including the javascript translations.
Public methodGetTypeScriptApiResources
Gets the tags including all resources for the TypeScript API.
Public methodGetUserHelperResources
Gets the tags including the PFUserHelper resources. This functionality allows to show various help texts on page elements.
Public methodGetUserNavigationPanelResources
Gets the tags including resources of the user navigation panel part.
Public methodGetUserPageResources
Gets the tags including specific resources of the User (profile) page.
Public methodGetUserPermissionReportResources
Gets the user permission report admin page resources.
Public methodGetViewPageResources
Gets the tags including specific resources of the View (editor) page.
Public methodGetWidgetResources_General
Gets the tags including common resources for widgets.
Public methodGetWidgetResources_QuickAccess
Gets the tags including resources for the QuickAccess widget.
Public methodSkipResourceTag
Calling this method (before the resources inclusions in the page) allows to skip (not include) a CSS/LESS/JS file later in the page.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also