brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

setDescription accepting HTML #167

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I need to change History when someone clicks on the Description of an 
Appointment.

The simplest way to do this would be if setDescription accepted HTML.

If it did, I would be able to use "<a 
href='#pageDoctor=413-555-1212'">413-555-1212</a>"

Essentially, it would be simpler than adding an Anchor to the Appointment and 
have the same effect.

Any chance of this happening?

Original issue reported on code.google.com by Steven.Jay.Cohen on 17 Aug 2012 at 5:18

GoogleCodeExporter commented 8 years ago
Hi Steven, setDescription does allow HTML input in the DayView

You can see the code here:

http://code.google.com/p/gwt-cal/source/browse/trunk/gwt-cal/src/main/java/com/b
radrydzewski/gwt/calendar/client/dayview/AppointmentWidget.java#192

Original comment by Brad.Ryd...@gmail.com on 17 Aug 2012 at 5:20