valade wrote:Embedded html written inside any page of use wizard does not seem to work.
In despite of the -tag after all ghtml in all pages of tools settings.
Let's note the
initial request concerned only the
description of the elements, today you ask for the properties set by cap wizard, tomorrow may be additional/all properties, then state's behaviour etc, this is what happens when the specification is not clear enough
To extend to scope of the
tag option to all the fields may be a source of problem, and I don't think you always need to produce (unchanged) HTML, so the best seems to indicate explicitly when a (portion of) text must not be protected, for instance to not protect the text between the marks
<html> and
</html>, and of course to not generate these marks. Of course to be compatible with the previous version the effect of the option
tag must be unchanged. So, out of a description, or inside a description but supposing the option
tag is not set, the text "a < b is <html><b>always</b></html> true" will produces "a < b is <b>always</b> true".
The protected characters are :
- '<' : if protected produces <
- '>' : if protected produces >
- '&' : if protected produces &
- '@' : if protected produces @
- '\n' : if protected produces <br />
- '\r' : bypassed if protected
Are you ok with that ?