Ticket #362 (closed defect: invalid)
multiple textarea configuration don't work
| Reported by: | mclion@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
Something that worked before broke...
xinha_editors = xinha_editors ? xinha_editors : [
'content', 'description', 'description_ita'
];
This is in the config.js file. The problem as it seems is that all tree textareas do not exist in the forms all the time. I just put all the names of the textareas that will be in the CMS so I don't have to create this javascript array dinamically. Before it worked, but with the last xinha does no more.
It displays that the textarea has no properties and dies. There's the same problem in the forums (http://xinha.gogo.co.nz/punbb/viewtopic.php?id=45&p=3), but I don't know if it is threated as a bug.
If there was again the option to replace all the textareas with xinha, the problem would be solved IMHO...
