Hi
When we make a domino document data Source, we provide the all field which we want to use on XPAGES.
Now my main Form also having a Java Script calender and i want to put that on XPAGES also.
can anyone suggest how can i solve that problem
?
Thanks in advance…
Yuvi
Subject: I used this jQuery calendar just fine…
I have found the built in DoJo calendar starts to have issues once you start throwing it deeper into a heavily formatted page.
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html
Just add both the jQuery.js and this datePicker library to your page as JavaScript library resources, make a Script Output element on your XPage and drop in the code to start the calendar and add the right class to your field and you 're off to the races.
$(‘.dp2’).datePicker();
Subject: Xpages???
Xpages is used for displaying the information on the web or it behaves the container also.
can we make the document through XPages without using the form. if yes then in the view selection formula what should i write.
eg Select Form EmpReport
Also How the Xpages implement partial Refreshing in web automatically?
Thanks for your Reply.
Yuvi