I want to extend the paragraph style dropdown to enable the user to select one of the following:
Name="Code (C#)" Tag="PRE CLASS="cs""
Name="Code (C++)" Tag="PRE CLASS="cpp"", etc
but is appears that the attribute is ignored when the selected text has the tag applied. Is there any way to get around this? Basically, we want to process each code type differently on the server.
Name="Code (C#)" Tag="PRE CLASS="cs""
Name="Code (C++)" Tag="PRE CLASS="cpp"", etc
but is appears that the attribute is ignored when the selected text has the tag applied. Is there any way to get around this? Basically, we want to process each code type differently on the server.
