Hi All, In my DCT, I have 2 textareas. I have done different settings for both.For First I have done external-editor-inline="t" For second I have done external-editor-inline="f"I have done vise-versa also. But setting which comes first in the DCT is only get selected. DCT applies it for whole DCR. I want to do different setting for two textareas i.e for first textarea I want inline VFE and for second I want button.Please help, if anyone encountered such problem before.TS:6.7.1Window 2003
Try posting the complete DCT specification for both textareas; also indicate what browser / browser version you are using.
The DCT you posted is incorrect as-is - since it appears to be using pathid attributes on items (an "xml"-style DCT construct) but is not using the location attribute on containers and is missing the root-container (the lack of which is indicative of "iwov"-style DCT construct), yet you have min and max attributes on the container - which would be a datacapture6.0.dtd specification which goes along with "xml"-style DCTs rather than a datacapture5.0.dtd specification - which would use a 'replicant' and be an "iwov"-style DCT.I suggest you figure out if you're attempting to write "iwov" (datacapture5.0.dtd) or "xml" (datacapture6.0.dtd) style DCTs - make sure it's specified correctly in your templating.cfg file too - and then see if you're still having the problem with getting the inline / non-inline textarea functionality to work.