Thanks for the info Adib, I think this is should be the next big step for Roller - we need to have ability to generate CUSTOM UI elements (like calendars, comments, etc...) instead of using build in macros. For example I managed to create custom Search form, but this is simple UI element. For this we need to have all data available via models. In other words we need to have ALL posible data in models. I guess it requeres a lot of chenges of existing code. But this is very critical for template developers. Is any way to solve such problem via pluggins?
Gene ----- Original Message ---- From: Adib Saikali <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, August 22, 2007 1:43:57 PM Subject: RE: Model for Calendar Hi Gene, I want to do the same thing, in roller 3.1 but it can't be done easily. I found out the calendar is ipmelemented as a jsp custom tag and prev next characters are hard coded. So you if you want to change the characater that the calendar is displaying you have to change the java code. I am not a roller devolper so maybe there is a way that I do not know about. I have not looked at the calendar model in the 4.0 RC so I do not know if you can do it in the 4.0 release. Adib -----Original Message----- From: Evgeniy Strokin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 1:10 PM To: roller user Subject: Model for Calendar Hello, I want to create a template which generates custom HTML code for Calendar. I know we have calendar model but it looks like no data available through the model. How can I get all data related to calendar to generate the code? Like links for next/prev months, current month, etc... Thanks Gene
