Class AdminPageFramework_FieldType_taxonomy
Defines the taxonomy field type.
- AdminPageFramework_Utility_String
-
AdminPageFramework_Utility_Array
-
AdminPageFramework_Utility_Path
-
AdminPageFramework_Utility_URL
-
AdminPageFramework_Utility
-
AdminPageFramework_WPUtility_URL
-
AdminPageFramework_WPUtility_HTML
-
AdminPageFramework_WPUtility_Page
-
AdminPageFramework_WPUtility_Hook
-
AdminPageFramework_WPUtility_File
-
AdminPageFramework_WPUtility_Option
-
AdminPageFramework_WPUtility_Post
-
AdminPageFramework_WPUtility
-
AdminPageFramework_FieldType_Base
-
AdminPageFramework_FieldType
-
AdminPageFramework_FieldType_taxonomy
Since: 2.1.5
Since: 3.3.1 Changed to extend
AdminPageFramework_FieldType
from
AdminPageFramework_FieldType_Base
.Located at _view/AdminPageFramework_FieldType/AdminPageFramework_FieldType_taxonomy.php
Methods summary
protected
|
#
setUp( )
Loads the field type necessary components. Since
2.1.5
3.3.1 Changed from _replyToFieldLoader() .Overrides |
protected
|
#
getScripts( )
Returns the field type specific JavaScript script. Returns the JavaScript script of the taxonomy field type. Since
2.1.1
2.1.5 Moved from AdminPageFramework_Property_Base() .3.3.1 Changed from _replyToGetScripts() .Overrides |
protected
|
#
getStyles( )
Returns the field type specific CSS rules. Since
2.1.5
3.3.1 Changed from _replyToGetStyles() .Overrides |
protected
|
#
getIEStyles( )
Returns the field type specific CSS rules. Since
2.1.5
3.3.1 Changed from _replyToGetInputIEStyles() .Overrides |
protected
|
#
getField( mixed $aField )
Returns the output of the field type. Returns the output of taxonomy checklist check boxes. Since
2.0.0
2.1.1 The checklist boxes are rendered in a tabbed single box. 2.1.5 Moved from AdminPageFramework_FormField. 3.3.1 Changed from _replyToGetField() .Remark
Multiple fields are not supported.
Repeater fields are not supported. Overrides |
Methods inherited from AdminPageFramework_FieldType
construct()
,
getEnqueuingScripts()
,
getEnqueuingStyles()
Methods inherited from AdminPageFramework_FieldType_Base
__construct()
,
_replyToFieldLoader()
,
_replyToFieldTypeSetter()
,
_replyToGetEnqueuingScripts()
,
_replyToGetEnqueuingStyles()
,
_replyToGetField()
,
_replyToGetInputIEStyles()
,
_replyToGetScripts()
,
_replyToGetStyles()
,
_replyToRegisterInputFieldType()
,
_replyToRemovingMediaLibraryTab()
,
_replyToReplaceThickBoxText()
,
enqueueMediaUploader()
,
geFieldOutput()
,
getDefinitionArray()
,
getFieldElementByKey()
Methods inherited from AdminPageFramework_WPUtility
FlushRewriteRules()
Methods inherited from AdminPageFramework_WPUtility_Post
getSavedMetaArray()
Methods inherited from AdminPageFramework_WPUtility_Option
deleteTransient()
,
getOption()
,
getSiteOption()
,
getTransient()
,
setTransient()
Methods inherited from AdminPageFramework_WPUtility_File
download()
,
getBaseNameOfURL()
,
getScriptData()
,
setTempPath()
Methods inherited from AdminPageFramework_WPUtility_Hook
addAndApplyFilter()
,
addAndApplyFilters()
,
addAndDoAction()
,
addAndDoActions()
,
doActions()
,
getFilterArrayByPrefix()
,
registerAction()
Methods inherited from AdminPageFramework_WPUtility_Page
getCurrentPostType()
,
getCurrentScreenID()
,
getPageNow()
,
isCustomTaxonomyPage()
,
isPostDefinitionPage()
,
isPostListingPage()
Methods inherited from AdminPageFramework_WPUtility_HTML
generateAttributes()
,
generateDataAttributes()
Methods inherited from AdminPageFramework_WPUtility_URL
getCurrentAdminURL()
,
getQueryAdminURL()
,
getQueryURL()
,
getSRCFromPath()
,
resolveSRC()
Methods inherited from AdminPageFramework_Utility
generateClassAttribute()
,
generateInlineCSS()
,
generateStyleAttribute()
,
getDataAttributeArray()
,
getQueryValueInURLByKey()
,
sanitizeLength()
Methods inherited from AdminPageFramework_Utility_URL
getCurrentURL()
Methods inherited from AdminPageFramework_Utility_Path
getCallerScriptPath()
,
getRelativePath()
Methods inherited from AdminPageFramework_Utility_Array
castArrayContents()
,
dropElementByValue()
,
dropElementsByType()
,
getArrayDimension()
,
getArrayValueByArrayKeys()
,
getAsArray()
,
getCorrespondingArrayValue()
,
getElement()
,
getElementAsArray()
,
getIntegerElements()
,
getNonIntegerElements()
,
getReadableArrayContents()
,
getReadableArrayContentsHTML()
,
getReadableListOfArray()
,
getReadableListOfArrayAsHTML()
,
invertCastArrayContents()
,
isAssociativeArray()
,
isFirstElement()
,
isLastElement()
,
numerizeElements()
,
shiftTillTrue()
,
uniteArrays()
,
uniteArraysRecursive()
Methods inherited from AdminPageFramework_Utility_String
fixNumber()
,
getStringLength()
,
minifyCSS()
,
sanitizeSlug()
,
sanitizeString()
Magic methods summary
Properties summary
public
array
|
$aFieldTypeSlugs |
#
Defines the field type slugs used for this field type. |
protected
array
|
$aDefaultKeys |
#
Defines the default key-values of this field type. Remark
$_aDefaultKeys holds shared default key-values defined in the base class.
|
Properties inherited from AdminPageFramework_FieldType_Base
$_aDefaultKeys
,
$_sFieldSetType
,
$oMsg