components
in
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
getArticleEditor()
Return selected article editor object
public
static getArticleEditor(
)
: articleEditor
Return values
articleEditorgetArticleEditors()
Returns lsit of available article editor objects
public
static getArticleEditors(
)
: array
Return values
arraygetMassEditFields()
Return list of mass edit fields in view
public
static getMassEditFields(
[ $masseditFields :
array
= [] ]
)
: bool
Parameters
- $masseditFields : array = []
Return values
boolgetAuthProvider()
Returns auth provider object for login process
public
static getAuthProvider(
)
: authProvider
Return values
authProvidergetChatptchaProvider()
Returns captcha object in view and captcha-check
public
static getChatptchaProvider(
)
: spamCaptcha
Return values
spamCaptchagetFilemanagerViews()
Returns list of file manager view modes
public
static getFilemanagerViews(
)
: array
Return values
arraygetFileUploader()
Return jQuery libary path, generic instance
public
static getFileUploader(
[ $uploader :
mixed
= '\\fpcm\\components\\fileupload\\jqupload' ]
)
: uploader
Parameters
- $uploader : mixed = '\\fpcm\\components\\fileupload\\jqupload'
Tags
Return values
uploadergetjQuery()
Return jQuery libary path, generic instance
public
static getjQuery(
)
: string