Opened 15 years ago

Closed 14 years ago

#4503 closed New Feature (invalid)

Applying the indentationChars and lineBreakChars as config properties

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

In the htmlwriter plugin, there are properties called indentationChars and lineBreakChars. these properties controls the markup of the output. i think it is necessary to make them config properties, so the developers will be able to change them within the regular mode and not just through the source mode.

Change History (1)

comment:1 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: newclosed

It's already possible to adjust those properties as the examples show:

 * // Use two spaces for indentation.
 * editorInstance.dataProcessor.writer.indentationChars = '  ';

 * // Use CRLF for line breaks.
 * editorInstance.dataProcessor.writer.lineBreakChars = '\r\n';
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy