tce_functions_tcecode_editor.php
Tags
Table of Contents
Functions
- tcecodeEditorTagButtons() : XHTML
- Display TCExam Code EDITOR Tag Buttons
- getImageButton() : XHTML
- Display one tag button
Functions
tcecodeEditorTagButtons()
Display TCExam Code EDITOR Tag Buttons
tcecodeEditorTagButtons( $callingform,
$callingfield)
: XHTML
Parameters
- $callingform :
-
(string) name of calling xhtml form
- $callingfield :
-
(string) name of calling form field (textarea where output code will be sent)
Tags
Return values
XHTML —string
getImageButton()
Display one tag button
getImageButton( $name,
$tag,
$image[,
$onclick
= ''
][,
$accesskey
= ''
]) : XHTML
Parameters
- $name :
-
(string) name of the button
- $tag :
-
(string) tag value
- $image :
-
(string) image file of button
- $onclick : = ''
-
(string) default onclick action
- $accesskey : = ''
-
(string) accesskey: character for keyboard shortcut
Tags
Return values
XHTML —string