Table of contents
Package: com\tecnick\tcexam\admin
Tags
- file: Functions for custom mark-up language editor.
- author: Nicola Asuni
- since: 2002-02-20
Functions
tcecodeEditorTagButtons()
File: tce_functions_tcecode_editor.php line 32
tcecodeEditorTagButtons(mixed $callingform, mixed $callingfield) : XHTML
Parameters
- $callingform : mixed: (string) name of calling xhtml form
- $callingfield : mixed: (string) name of calling form field (textarea where output code will be sent)
Tags
- author: Nicola Asuni
- since: 2006-03-07
Return values
XHTML —
string
getImageButton()
File: tce_functions_tcecode_editor.php line 196
getImageButton(mixed $name, mixed $tag, mixed $image[, mixed $onclick = '' ][, mixed $accesskey = '' ]) : XHTML
Parameters
- $name : mixed: (string) name of the button
- $tag : mixed: (string) tag value
- $image : mixed: (string) image file of button
- $onclick : mixed = ‘’: (string) default onclick action
- $accesskey : mixed = ‘’: (string) accesskey: character for keyboard shortcut
Tags
- author: Nicola Asuni
- since: 2006-03-07
Return values
XHTML —
string