Class: atkFrame
Source Location: /utils/class.atkframeset.inc
Class atkFrame
Method Summary
| String |
render() |
Render the frame to html |
Methods
atkFrame atkFrame(
int
$dimension, String
$name, String
$src, [String
$scrolling = FRAME_SCROLL_NO], [boolean
$resize = false], [int
$margin = 0]
)
|
|
Default constructor
Parameters:
|
int |
$dimension: |
The height or width of this frame within its parent frameset. Whether you are specifying height or width depends on the orientation of the parent frameset. |
|
String |
$name: |
The name of the frame. |
|
String |
$src: |
The url to load into the frame. |
|
String |
$scrolling: |
The scrolling policy for this frame. Possible values: FRAME_SCROLL_YES, FRAME_SCROLL_NO and FRAME_SCROLL_AUTO. |
|
boolean |
$resize: |
When set to true, the frame is resizable by the user. When set to false, it is not. |
|
int |
$margin: |
The margin (height and width) of the frame contents. |
Render the frame to html
Redefinition of:
- atkAbstractFrame::render()
- Abstract render method. Derived classes should implement this method.