[buttons] element index

Package indexes

All elements
a b c f h i l o r s t w
a
top
Variable $accesskey
button::$accesskey in button-defs.php
Speed-key associated with button (ALT-<key>)
b
top
Variable $border
image_button::$border in button-defs.php
Border size, pixels
Method button
button::button() in button-defs.php
Constructor Create a button object. Sets basic button attributes.
Class button
button in button-defs.php
A standard button for a form. Does nothing unless you define an onclick event handler for it.
Page button-defs.php
button-defs.php in button-defs.php
c
top
Variable $confirmation
button::$confirmation in button-defs.php
Confirmation text for onclick
Variable $confirm_text
image_button::$confirm_text in button-defs.php
Popup confirmation text to display on button click
f
top
Variable $font
Link::$font in button-defs.php
Font settings for link text
h
top
Variable $highlightclass
Link::$highlightclass in button-defs.php
Stylesheet class name for highlighted link
Variable $hover
hover_button::$hover in button-defs.php
The hover image associated with the button
Variable $href
Link::$href in button-defs.php
The URL to go to when link is clicked
Method highlight
Link::highlight() in button-defs.php
Defines special highlight class name
Method hover_button
hover_button::hover_button() in button-defs.php
Constructor
Class hover_button
hover_button in button-defs.php
Hover button.
Method html
submit_button::html() in button-defs.php
Use render() to render this element in your page.
Method html
Link::html() in button-defs.php
Use render() to render this element in your page.
Method html
reset_button::html() in button-defs.php
Use render() to render this element in your page.
Method html
image_button::html() in button-defs.php
Use render() to render this element in your page.
Method html
hover_button::html() in button-defs.php
Use render() to render this element in your page.
Method html
button::html() in button-defs.php
Use render() to render this element in your page.
i
top
Variable $img
image_button::$img in button-defs.php
Image object for this button
Method image_button
image_button::image_button() in button-defs.php
Constructor
Class image_button
image_button in button-defs.php
Image button.
l
top
Variable $label
Link::$label in button-defs.php
The label to display for the link
Variable $linkover_text
Link::$linkover_text in button-defs.php
Status bar text when link moused over
Method Link
Link::Link() in button-defs.php
Constructor
Class Link
Link in button-defs.php
Clickable link
o
top
Variable $onclick
button::$onclick in button-defs.php
Script to be executed onclick
Variable $onclick_form_submit
Whether to allow form submit on-click
Variable $onmouseout
Link::$onmouseout in button-defs.php
Script to execute on mouse out
Variable $onmouseover
Link::$onmouseover in button-defs.php
Script to execute on mouse over
r
top
Method reset_button
reset_button::reset_button() in button-defs.php
Constructor
Class reset_button
reset_button in button-defs.php
Reset button A standard form reset button appearing as the standard grey widget.
s
top
Variable $style
Link::$style in button-defs.php
Style to apply to the link text
Method setstyle
Link::setstyle() in button-defs.php
Sets the style Sets the style for the href tag.
Method set_confirmation
button::set_confirmation() in button-defs.php
Sets parameter string associated with the button.
Method set_confirm_text
Set the confirmation text to popup on click.
Method set_font
Link::set_font() in button-defs.php
Sets the font Deprecated. Sets the font to use with the link text. Better to use a stylesheet these days.
Method set_href
Link::set_href() in button-defs.php
Sets the URL Sets the URL to go to when the link is clicked. usually this is specified on instantiation.
Method set_image
image_button::set_image() in button-defs.php
Sets the image to display for this button.
Method set_image
hover_button::set_image() in button-defs.php
Sets button mouse-out image Sets the standard image for this button. This is the image which is shown with the mouse NOT over the top of it.
Method set_image_over
Sets button mouse-over image Sets the mouse-over image for this button. This is the image which is shown with the mouse over the top of it.
Method set_linkover_text
Link::set_linkover_text() in button-defs.php
Set status text to show on mouseover Will do a mouseover status message, if onmouseover is not already defined, otherwise it will be ignored. This is useful to avoid long and ugly URL's appearing in the status bar.
Method set_onclick
button::set_onclick() in button-defs.php
Sets parameter string associated with the button.
Method set_window_target
Specific function for use with the rugbyvu framework. This causes a button click to open another browser window as a popup.
Constant STD_ONCLICK
STD_ONCLICK in button-defs.php
This value is used with buttons. If specified in place of
Constant STD_ONCLICK_NEWWIN
STD_ONCLICK_NEWWIN in button-defs.php
Same as above, execpt we are indicating that we want the action to be directed to a new window.
Method submit_button
Constructor
Class submit_button
submit_button in button-defs.php
Submit button
t
top
Variable $target
image_button::$target in button-defs.php
Target URL for a window to open when button clicked
Variable $target
Link::$target in button-defs.php
Target frame for the URL
Variable $title
image_button::$title in button-defs.php
Title/tooltip
Variable $type
image_button::$type in button-defs.php
Form element type ID
w
top
Method wml
Link::wml() in button-defs.php
Renders the reset button as WML.
a b c f h i l o r s t w