getImageButton (line 140)
Display one tag button
XHTML
getImageButton
(string $callingform, string $callingfield, string $name, string $tag, string $image, [string $onclick = ""], [string $accesskey = ""])
-
string
$callingform: name of calling xhtml form
-
string
$callingfield: name of calling form field (textarea where output code will be sent)
-
string
$name: name of the button
-
string
$tag: tag value
-
string
$image: image file of button
-
string
$onclick: default onclick action
-
string
$accesskey: accesskey: character for keyboard shortcut
tcecodeEditorTagButtons (line 54)
Display TCExam Code EDITOR Tag Buttons
XHTML
tcecodeEditorTagButtons
(string $callingform, string $callingfield)
-
string
$callingform: name of calling xhtml form
-
string
$callingfield: name of calling form field (textarea where output code will be sent)