XPages 8.5.3 Calendar -
i using xpages 8.5.3 without extension library. add calendar view xpages. there way of doing without using xpages calendar openntf?
the short answer "not easily".
the long answer depends on layout want display (day, week, month, time components etc). once have that, create calendar view in designer, use getallentriesbykey() using date range, , have data. need construct ui using nested repeat controls display "boxes" each date / time, adding content display (ensuring if have doesn't distort layout), test under circumstances (months have different numbers of days, not forgetting leap years). person wrote chapter of xpages extension library, documenting components involved covered number of pages - it's not simple piece of code!
i've been involved xpages since 8.5.0, i'm not aware of blog posts showing how prior extension library.
if critical functionality application, recommend deploying xpages extension library or upgrade pack 1 (if it's still available). if that's not option, recommend presenting content list rather calendar layout.
Comments
Post a Comment