Base class for all kind of html elements
Located in /ui/abstract/AbstractElement.php (line 30)
we_core_AbstractObject | --we_ui_abstract_AbstractElement
Class | Description |
---|---|
we_ui_abstract_AbstractFormElement | Base class for elements in html forms |
we_ui_controls_JavaMenu | Class to display a JavaMenu |
we_ui_controls_MessageConsole | Class to display the message console button. |
we_ui_controls_Tabs | Class to display Tabs |
we_ui_controls_Tree | Class to display a YUI tree |
we_ui_layout_Div | Base Class for div |
we_ui_layout_Frameset | Class to display a frameset |
we_ui_layout_HeadlineIconTable | Class which creates a table to display several rows with ui elements separated by a rule For each row an icon can be provided together with a headline (title) |
we_ui_layout_HeadlineIconTableRow | Class which creates a row to display in a we_ui_layout_HeadlineIconTable |
we_ui_layout_HTMLPage | Class to build a HTML page |
we_ui_layout_Table | Table Class to layout elements. It renders a normal HTML table |
class attribute
array to hold all needed CSS files
disabled attribute
height of element. Will be inserted into style attribute
hidden attribute
id attribute
array to hold all needed JS files
lang attribute
left position of element. Will be inserted into style attribute
overflow style
type of position of element. Will be inserted into style attribute
style attribute
title attribute or title tag
top position of element. Will be inserted into style attribute
width of element. Will be inserted into style attribute
Computes the default JavaScript URL for the given Class Name
Adds a CSS file to the page.
Will be inserted into the header section of the page using the <link> tag
Adds an array with CSS file to the page.
Will be inserted into the header section of the page using the <link> tag
Adds a JS file to the page.
Will be inserted into the header section of the document using the <script> tag
Adds an array with JS files to the page.
Will be inserted into the header section of the document using the <script> tag
Retrieve class attribute
Retrieves all needed CSS files for the element
Retrieve disabled attribute
Retrieve height property.
Retrieve hidden attribute
Retrieve HTML of ui element
Retrieve id attribute
Retrieves all needed JS files for the element
Retrieve HTML of ui element for use in JavaScript
Retrieve lang attribute
Retrieve left property
Retrieve overflow
Retrieve position property
Retrieve style attribute
Retrieve title property
Retrieve top property
Retrieve width property
Set class attribute
Set disabled attribute
Set height attribute
Set hidden attribute
Set id attribute
Set lang attribute
Set left attribute
Set overflow attribute
Set position attribute
Set style attribute
Set title attribute
Set top attribute
Set width attribute
called after _renderHTML() is called
Returns string with boolean attribs to insert into html tag
Returns the computed class attrib as text to insert into the HTML tag
Returns the computed style attrib as text to insert into the HTML tag
Returns string with non boolean attribs to insert into html tag
Renders and returns HTML of ui element
called before _renderHTML() is called
Inherited From we_core_AbstractObject
we_core_AbstractObject::__construct()
Documentation generated on Mon, 01 Sep 2008 11:35:29 +0200 by phpDocumentor 1.4.0