21.68Class IFrameAttribs
Class IFrameAttribs from \
FrameAttribs()
Properties |
align | (top|middle|bottom|left|right)" -- center? |
Properties inherited from class FrameAttribs |
frameborder | request frame borders? Can be 0 or 1 |
longdesc | Link to long description (complements title) |
marginheight | margin heights in pixels |
marginwidth | margin widths in pixels |
name | name of frame for targetting -- deprecated in XHTML |
noresize | allow users to resize frames? -- boolean value |
scrolling | Should we have the scrollbar? -- "yes", "no" or "auto" |
src | source of frame content |
Properties inherited from class CoreAttribs |
CLASS | Specifies a classname for an element. Will be rendered as "class" |
dir | Specifies the text direction for the content in an element |
id | Specifies a unique id for an element |
style | Specifies a language code for the content in an element |
title | Specifies extra information about an element |
Methods inherited from class AttribsBase |
toString | render the attributes |
Properties
(top|middle|bottom|left|right)" -- center?