Panels

Panel library and style information

Panel Overview
The viewer has two types of panels: pre-defined and user-defined. Predefined panels are ready to render before viewer initialises completely, user defined p...
Wed, 21 Aug, 2013 at 4:15 PM
Initialising Panels
initRVPanels is used to register the viewer panels. Afterwards, the panel can be called by “viewer.panels[panel GUID]”. The panel GUID is usually the panel...
Wed, 21 Aug, 2013 at 4:15 PM
Panel Methods
Below are some panel common methods: open() close() reposition() updatecontent(content) lazyloading(event, scrollPosition, isStart, isEnd)
Wed, 21 Aug, 2013 at 4:15 PM
Panel Properties
$.fn.RVPanel.defaults = {             width: '58%',         // %, resizable || int, fixed dimension             height: '100%',       ...
Mon, 27 Jan, 2014 at 4:05 PM
Changing Global Panel Styles
You can change the global panel styles by overriding these styles in HeadCSS: Panel Background:   .ui-tooltip-dark .ui-tooltip-content {     backgrou...
Wed, 21 Aug, 2013 at 4:15 PM
How to change which page shows up in the browse issues panel
If a publication requires showing page 3 for example, in the browse issues panel for all issues, add the following line of code into the load engine functio...
Thu, 9 Oct, 2014 at 9:19 AM