Class: atkFrameSet
Source Location: /utils/class.atkframeset.inc
Class atkFrameSet
Method Summary
| String |
getDimensions() |
Returns a dimension specifier ("70,10,*") based on the dimensions of the framesets' childs. |
| String |
render() |
Render the frameset to html |
Methods
atkFrameSet atkFrameSet(
[int
$dimension = "*"], [int
$orientation = FRAMESET_VERTICAL], [int
$border = 0], [String
$noframes = '']
)
|
|
Default constructor.
Parameters:
|
int |
$dimension: |
The height or width of this frameset within its parent frameset. Whether you are specifying height or width depends on the orientation of the parent frameset. |
|
int |
$orientation: |
The orientation of child frames within this frameset. Possible values: FRAMESET_VERTICAL, FRAMESET_HORIZONTAL. |
|
int |
$border: |
The width in pixels of the border of the frameset. |
|
String |
$noframes: |
The text to display instead of the frameset if frames are not supported by the browser. This param needs to be specified only for the outmost frameset. It is ignored by inner framesets. |
Returns a dimension specifier ("70,10,*") based on the dimensions of the framesets' childs.
String render(
[boolean
$embedded = false]
)
|
|
Render the frameset to html
Parameters:
|
boolean |
$embedded: |
If set to true, the frameset is treated as the outmost frameset, causing it to render the noframes tag for frameless browsers. |
API Tags:
| Return: | HTML fragment containing a frameset. |
Redefinition of:
- atkAbstractFrame::render()
- Abstract render method. Derived classes should implement this method.
Set the id of the frameset
Parameters: