Documentation

components

FanPress CM 4.x component loader

Table of Contents

getArticleEditor() Return selected article editor object articleEditor
getArticleEditors() Returns lsit of available article editor objects array
getMassEditFields() Return list of mass edit fields in view bool
getAuthProvider() Returns auth provider object for login process authProvider
getChatptchaProvider() Returns captcha object in view and captcha-check spamCaptcha
getFilemanagerViews() Returns list of file manager view modes array
getFileUploader() Return jQuery libary path, generic instance uploader
getjQuery() Return jQuery libary path, generic instance string

Methods

getArticleEditors()

Returns lsit of available article editor objects

public static getArticleEditors( ) : array
Return values
array

getMassEditFields()

Return list of mass edit fields in view

public static getMassEditFields( [ $masseditFields : array = [] ] ) : bool
Parameters
$masseditFields : array = []
Return values
bool

getFilemanagerViews()

Returns list of file manager view modes

public static getFilemanagerViews( ) : array
Return values
array

getFileUploader()

Return jQuery libary path, generic instance

public static getFileUploader( [ $uploader : mixed = '\\fpcm\\components\\fileupload\\jqupload' ] ) : uploader
Parameters
$uploader : mixed = '\\fpcm\\components\\fileupload\\jqupload'
Tags
since
Return values
uploader

getjQuery()

Return jQuery libary path, generic instance

public static getjQuery( ) : string
Tags
since
Return values
string

Search results