Re: why is tynamo rich text editor overriding the datefield?

2014-02-28 Thread nn kk
No, that was the first thing I did, but the button is not in the dom. Removing the mixin and the date picker button is back therejavascript:SendMsg(); - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additiona

Re: why is tynamo rich text editor overriding the datefield?

2014-02-28 Thread Lance Java
It's probably a clash of styles. Inspect the dom / styles in your browser's developer tools. I often find that firefox / firebug is best for switching on / off css rules etc. Chrome tools are OK too.

why is tynamo rich text editor overriding the datefield?

2014-02-28 Thread nn kk
Hi I'm trying to create rich text edit form, so I want to use tynamo. I have the following code: Date: So the richtext field is shown and looks ok, but the datafield data picker disappeared. Removing the mixin and the data picker is there. What is overriding the