Inheritance diagram for CAnnotationDisplay:

Public Member Functions | |
| CAnnotationDisplay () | |
| getJavascript () | |
| getStyles () | |
| flag_replaceLinks ($replace=0) | |
| flag_showhideBar ($show=1) | |
| flag_autoAlt ($autoalt=0) | |
| flag_showCallouts ($show_callouts=1) | |
| replaceLinks ($text) | |
| _getImageHTML ($src, $parser, $attributes) | |
| getAnnotatedImageFromString ($src, $xml_string, $attributes="") | |
| getAnnotatedImageFromFile ($src, $path, $attributes="") | |
| getAnnotatedImageFromObject ($src, $parser, $attributes="") | |
Public Attributes | |
| $autoalt = 0 | |
| $replace_links = 0 | |
| $showhidebar = 1 | |
| $show_callouts = 1 | |
Display annotations on images. Creating HTML code to put into your own pages
|
|
Constructor. Initialing object. |
|
|
Turn on/off auto set ALT attribute of IMG tag If turned on, all annotations' text will be copied into ALT attribute of IMG tag of the appropriate image. Text for alt - caption of image
|
|
|
Turn on/off links (http, www, mailto) replacements into hrefs. If turned on, all occurences of http, www, mailto in your annotations will be replaced with clickable hyperlinks for example http://www.fototagger.com will be replaced with <<
|
|
|
Turn on/off display callouts if it exists (lines, arrows, etc)
|
|
|
Turn on/off show bottom show/hide annotation toolbar and arrow
|
|
||||||||||||||||
|
Generates HTML code for an image containing annotations.
|
|
||||||||||||||||
|
Generates HTML code for an image with annotations supplied in CAnnotationParser object.
|
|
||||||||||||||||
|
Generates HTML code for an image with annotations supplied as a string.
|
|
|
Return javascript required for hide/display annotations on image
|
|
|
Return CSS styles to insert into your own page
|
1.4.6-NO