ERDEditHTML and tiny_mce
ERDEditHTML and tiny_mce
- Subject: ERDEditHTML and tiny_mce
- From: Theodore Petrosky <email@hidden>
- Date: Fri, 20 Jul 2012 18:55:12 -0700 (PDT)
I am looking at the D2WPresentation by David Holt WOWODC11.
he is using tiny_mce.js in the edit page of a d2w app. I thought I set it up but I can not seem to get it to work.
in my properties file:
I copied the tiny_mce folder from the WebServerResources folder of the SimpleBlog example into my WebServerResources folder.
# Where is tiny_mce located?
er.directtoweb.ERDEditHTML.tinyMceSourceFileName=tiny_mce/tiny_mce.js
er.directtoweb.ERDEditHTML.tinyMceSourceFrameworkName=app
in my rules file:
101 : (task = 'edit' and property = 'projectDescription') => componentName = "ERDEditHTML" [com.webobjects.directtoweb.Assignment],
101 : ((task = 'inspect' or task = 'list') and propertyKey = 'projectDescripton') => componentName = "ERD2WDisplayHTML" [com.webobjects.directtoweb.Assignment]
I am beginning to think my problems lies in the LHS of my rule.
when I click the 'edit' button on a row, I get an edit page. the page is listed as "Edit Project". I have tried:
101 : (pageConfiguration = 'EditProject' and property = 'projectDescription') => componentName = "ERDEditHTML" [com.webobjects.directtoweb.Assignment],
still no joy and no error messages.
am I missing a rule?
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden