Re: SmartGWT SimpleCalendar widget help

2010-05-07 Thread R Naveenshankar
Solution :: Found the solution: CalendarEvent calevent=event.getEvent(); eventname=calevent.getName(); Window.alert(eventname ::+eventname); eventdescription=calevent.getDescription(); Window.alert(eventdesc ::+eventdescription); Date startdate=calevent.getStartDate();

SmartGWT SimpleCalendar widget help

2010-05-06 Thread Naveen
Let me explain my requirements. I am working on an appointment scheduling project which is totally on struts frame work. We have a daily view page of appointments were in i am planing to use GWT simple calendar widget. Now I have successfully worked out how to deploy this into tomcat using the

Re: SmartGWT SimpleCalendar widget help

2010-05-06 Thread Sanjiv Jivan
Try calendar.addEventClickHandler(..) and call CalendarEventClick.getEvent() to obtain the CalendarEvent instance. In the future please post Smart GWT related questions on the Smart GWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Thanks, Sanjiv On Thu, May 6, 2010 at 4:14 AM,

widget help

2009-07-27 Thread TR
I cannot seem to add a widget to my google site. this is the message I get when I try to add a Library Thing widget HTML content will be modifiedYour HTML either contains unsafe tags (iframe, embed, styles, script) or extra attributes. They will be removed when the page is viewed.