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

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

[Source view]

(no description)

Author: (None specified)
File Size: 298 lines (10 kb)
Included or required: 3 times
Referenced: 0 times
Includes or requires: 0 files

Defines 16 functions

  tep_href_link()
  tep_image()
  tep_image_submit()
  tep_image_button()
  tep_draw_separator()
  tep_draw_form()
  tep_draw_input_field()
  tep_draw_password_field()
  tep_draw_selection_field()
  tep_draw_checkbox_field()
  tep_draw_radio_field()
  tep_draw_textarea_field()
  tep_draw_hidden_field()
  tep_hide_session_id()
  tep_draw_pull_down_menu()
  tep_get_country_list()

Functions

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

The HTML href link wrapper function

tep_image($src, $alt = '', $width = '', $height = '', $parameters = '')   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_image_button($image, $alt = '', $parameters = '')   X-Ref

Output a function button in the selected language

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

Output a separator either through whitespace, or with an image

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

Output a form

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

Output a form input field

tep_draw_password_field($name, $value = '', $parameters = 'maxlength="40"')   X-Ref

Output a form password field

tep_draw_selection_field($name, $type, $value = '', $checked = false, $parameters = '')   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, $parameters = '')   X-Ref

Output a form checkbox field

tep_draw_radio_field($name, $value = '', $checked = false, $parameters = '')   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_hide_session_id()   X-Ref

Hide form elements

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

Output a form pull down menu

tep_get_country_list($name, $selected = '', $parameters = '')   X-Ref

Creates a pull-down list of countries



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