[ Index ]
osCommerce Docs :: PHP Cross Reference For osCommerce 2.2 MS2
Provided By OSCdox.com

/admin/includes/functions/ -> html_output.php (summary)

[Source view]

(no description)

Author: (None specified)
File Size: 298 lines (11 kb)
Included or required: 0 times
Referenced: 0 times
Includes or requires: 0 files
Tables referenced:  zones

Defines 18 functions

  tep_href_link()
  tep_catalog_href_link()
  tep_image()
  tep_image_submit()
  tep_black_line()
  tep_draw_separator()
  tep_image_button()
  tep_js_zone_list()
  tep_draw_form()
  tep_draw_input_field()
  tep_draw_password_field()
  tep_draw_file_field()
  tep_draw_selection_field()
  tep_draw_checkbox_field()
  tep_draw_radio_field()
  tep_draw_textarea_field()
  tep_draw_hidden_field()
  tep_draw_pull_down_menu()

Functions

Functions that are not part of a class:
tep_href_link($page = '', $parameters = '', $connection = 'NONSSL')   X-Ref

The HTML href link wrapper function

tep_catalog_href_link($page = '', $parameters = '', $connection = 'NONSSL')   X-Ref
No description

tep_image($src, $alt = '', $width = '', $height = '', $params = '')   X-Ref

The HTML image wrapper function

tep_image_submit($image, $alt = '', $parameters = '')   X-Ref

The HTML form submit button wrapper function
Outputs a button in the selected language

tep_black_line()   X-Ref

Draw a 1 pixel black line

tep_draw_separator($image = 'pixel_black.gif', $width = '100%', $height = '1')   X-Ref

Output a separator either through whitespace, or with an image

tep_image_button($image, $alt = '', $params = '')   X-Ref

Output a function button in the selected language

tep_js_zone_list($country, $form, $field)   X-Ref

javascript to dynamically update the states/provinces list when the country is changed
TABLES: zones

tep_draw_form($name, $action, $parameters = '', $method = 'post', $params = '')   X-Ref

Output a form

tep_draw_input_field($name, $value = '', $parameters = '', $required = false, $type = 'text', $reinsert_value = true)   X-Ref

Output a form input field

tep_draw_password_field($name, $value = '', $required = false)   X-Ref

Output a form password field

tep_draw_file_field($name, $required = false)   X-Ref

Output a form filefield

tep_draw_selection_field($name, $type, $value = '', $checked = false, $compare = '')   X-Ref

Output a selection field - alias function for tep_draw_checkbox_field() and tep_draw_radio_field()

tep_draw_checkbox_field($name, $value = '', $checked = false, $compare = '')   X-Ref

Output a form checkbox field

tep_draw_radio_field($name, $value = '', $checked = false, $compare = '')   X-Ref

Output a form radio field

tep_draw_textarea_field($name, $wrap, $width, $height, $text = '', $parameters = '', $reinsert_value = true)   X-Ref

Output a form textarea field

tep_draw_hidden_field($name, $value = '', $parameters = '')   X-Ref

Output a form hidden field

tep_draw_pull_down_menu($name, $values, $default = '', $parameters = '', $required = false)   X-Ref

Output a form pull down menu



Generated: Tue Nov 4 23:53:39 2003
Hosted By :: AABox.com
Cross-referenced by PHPXref 0.4