JqxPhotoGallery

From NSB App Studio
Revision as of 21:46, 13 May 2013 by Ghenne (talk | contribs) (Created page with "File:PhotoGallery1.png == Description == PhotoGallery displays a slide show of images. == Properties and Methods == See the complete documentation at jqWidget's site: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

PhotoGallery displays a slide show of images.

Properties and Methods

See the complete documentation at jqWidget's site: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgauge/jquery-gauge-getting-started.htm

Example

Function Button1_onclick()
 $("#PhotoGallery1").jqxScrollView({ slideShow: True });
End Function

Function Button2_onclick()
   $("#PhotoGallery1").jqxScrollView({ slideShow: False });
End Function

Output

See above.