Package mdp :: Package utils :: Class SectionImageHTMLSlideShow
[hide private]
[frames] | no frames]

Class SectionImageHTMLSlideShow


Image slideshow with section markers.

Nested Classes [hide private]

Inherited from templet.StringTemplate: __metaclass__

Instance Methods [hide private]
 
__init__(self, filenames, section_ids, image_size, **kwargs)
Return the HTML code for a sectioned slideshow of the given images.

Inherited from templet.StringTemplate: __str__, write

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

    Inherited from SectionHTMLSlideShow
 
html_buttons_template(self, _TemplateMetaClass__dict=None, **kw)
 
html_controls_template(self, _TemplateMetaClass__dict=None, **kw)
 
js_keyboard_shortcuts_template(self, _TemplateMetaClass__dict=None, **kw)
 
js_update_template(self, _TemplateMetaClass__dict=None, **kw)
    Inherited from ImageHTMLSlideShow
 
html_box_template(self, _TemplateMetaClass__dict=None, **kw)
 
html_mag_template(self, _TemplateMetaClass__dict=None, **kw)
 
js_controls_template(self, _TemplateMetaClass__dict=None, **kw)
 
js_loadslide_template(self, _TemplateMetaClass__dict=None, **kw)
 
js_onload_template(self, _TemplateMetaClass__dict=None, **kw)
    Inherited from HTMLSlideShow
 
_get_random_id(self)
Factory method for random slideshow id.
 
html_bottom_template(self, _TemplateMetaClass__dict=None, **kw)
 
html_delay_template(self, _TemplateMetaClass__dict=None, **kw)
 
html_top_template(self, _TemplateMetaClass__dict=None, **kw)
 
template(self, _TemplateMetaClass__dict=None, **kw)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, filenames, section_ids, image_size, **kwargs)
(Constructor)

 
Return the HTML code for a sectioned slideshow of the given images.

For keyword arguments see the super classes.

Overrides: object.__init__