Panels
Panel library and style information
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
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
Below are some panel common methods:
open() close()
reposition()
updatecontent(content)
lazyloading(event, scrollPosition, isStart, isEnd)
Wed, 21 Aug, 2013 at 4:15 PM
$.fn.RVPanel.defaults = {
width: '58%', // %, resizable || int, fixed dimension
height: '100%',
...
Mon, 27 Jan, 2014 at 4:05 PM
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
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