Class: custom_Skin
Source Location: /blogs/skins/custom/_skin.class.php
Class custom_Skin
Class Overview
|
Specific code for this skin. ATTENTION: if you make a new skin you have to change the class name below accordingly Located in /blogs/skins/custom/_skin.class.php [line 20] DataObject | --Skin | --custom_SkinAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Skin Inherited From DataObject |
Inherited From Skin
Inherited From DataObject
|
[ Top ]
Method Summary
| void | display_init() | Get ready for displaying the skin. |
| void | get_default_name() | Get default name for the skin. |
| void | get_default_type() | Get default type for the skin. |
| void | get_param_definitions() | Get definitions for editable params |
[ Top ]
Properties
Methods
display_init [line 89]
|
Get ready for displaying the skin.
This may register some CSS or JS...
Redefinition of:
- Skin::display_init()
- Get ready for displaying the skin.
[ Top ]
get_default_name [line 26]
|
Get default name for the skin.
Note: the admin can customize it.
Redefinition of:
- Skin::get_default_name()
- Get default name for the skin.
[ Top ]
get_default_type [line 35]
|
Get default type for the skin.
Redefinition of:
- Skin::get_default_type()
- Get default type for the skin.
[ Top ]
get_param_definitions [line 47]
|
Get definitions for editable params
Parameters:| local | $params: | params like 'for_editing' => true |
API Tags:
| See: | Plugin::GetDefaultSettings() |
Redefinition of:
- Skin::get_param_definitions()
- Get definitions for editable params
[ Top ]
