Hi,
at the moment I’m trying to get some hotspot buttons in a $$ViewTemplateDefault to work. The application is for web and the most view contain many many pages. So I’d like to have some buttons that are able to go more than one page forward and back. The best thing would be a button with that I could jump to a position like with using the StartKey= URL parameter. I don’t get it to work with formula language, can anybody perhaps give me some suggestions, I think I’d have to use java script perhaps, but I’m not that into it.
Thanks in advance for your help,
Marco
Subject: Help with Webview and jumping between pages
create a button (Next)use this formula {@DbCommand(“Domino”; “ViewNextPage”)} for next page
create a button (Previous)
use this formula {@DbCommand(“Domino”; “ViewPreviousPage”)} for next page
Subject: RE: Help with Webview and jumping between pages
Thanks, but I have those set of buttons, my problem is that I’d like to have some that can move forward/backward more than one page. And most important one that can jump to a specific page in the view by using the StartKey= url parameter.
Greets,
Marco
Subject: RE: Help with Webview and jumping between pages
I guess u just wan to display more row of document in ur view right? If so, then u can change ur server document.1) open ur server doc
-
Internet Protocol->Domino Web Engine->Conversion/Display->Default lines per view page
-
default is 30, u can change to ur desire record
if that is not the case then u can always supply this parameter StartKey=1&count=50