Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4966 closed New Feature (wontfix)

Make the anchor image configurable

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

Description

As this is a WYSIWYG editor, the editor content should look just the same as the output. therefore, the anchor image should be a configurable option, so the developer will be able to choose whether it should be displayed or not.

Change History (2)

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

Resolution: wontfix
Status: newclosed

This is most of all an editor, and the content won't be exactly just like the output: javascript doesn't run, flash and other objects are replaced by an image, there's a dotted border for forms...

Anyway, you can add a css rule to the content stylesheet to hide those images:

img.cke_anchor, a.cke_anchor 
{
 display:none;
}

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

That's why I've never like the WYSIWYG name... I prefer RTE (rich text editor), which is the precise description of it, avoiding misunderstandings and unneeded expectations.

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