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:

div class=t-beaneditor-row
labelDate:/label
t:DateField t:value=date /
/div

div class=t-beaneditor-row
t:textarea t:value=text t:mixins=tynamo/ckeditor
parameters={'toolbar': 'Full'} /
/div

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 datefield behavior and how to prevent this?

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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.


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 additional commands, e-mail: users-h...@tapestry.apache.org