static boolean addBeModuleConfig(
string
$beEntry,
$configEntries
)
|
|
add a configuration entry inside the specified backend module configuration
useful if you want to add custom 'key's to existing module
Parameters:
|
string |
$beEntry: |
|
|
|
$configEntries: |
|
API Tags:
static void addPalette(
mixed
$dc, mixed
$palettes, string
$strPalette, [string
$pos = 0]
)
|
|
inject a palette into an existing palette in the specified position useful if you want to extend an existing palette using your own fields
Parameters:
|
mixed |
$dc: |
string or DataContainer object |
|
mixed |
$palettes: |
array or string the palette(s) to be changed |
|
string |
$strPalette: |
string the palette to add |
|
string |
$pos: |
the new palette will be injected at this position |
API Tags:
static void addPaletteAfter(
mixed
$dc, mixed
$palettes, string
$strPalette, string
$after
)
|
|
inject a palette into the specified palette(s) useful if you want to extend a group of existing palette using your own fields
Parameters:
|
mixed |
$dc: |
string or DataContainer object |
|
mixed |
$palettes: |
string or array containing the palette to be changed |
|
string |
$strPalette: |
string the palette to add |
|
string |
$after: |
the field after which the palette will be injected |
API Tags:
static array listPalettes(
mixed
$dc
)
|
|
return an array of palettes for the specified dca
Parameters:
|
mixed |
$dc: |
the dca to be changed, string or DataContainer object |
API Tags: