Class FrameAttribs from \
CoreAttribs()
| Properties | |
| 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 |
request frame borders? Can be 0 or 1
Link to long description (complements title)
margin heights in pixels
margin widths in pixels
name of frame for targetting -- deprecated in XHTML
allow users to resize frames? -- boolean value
Should we have the scrollbar? -- "yes", "no" or "auto"
source of frame content