Development

#3672 (errors are raised when changing standard edit mode to RichText)

You must first sign up to be able to contribute.

Ticket #3672 (new defect)

Opened 6 months ago

Last modified 1 month ago

errors are raised when changing standard edit mode to RichText

Reported by: fgeiges Assigned to: Kris.Wallsmith
Priority: minor Milestone:
Component: sfSimpleCMSPlugin Version: 1.0.16
Keywords: sfSimpleCMSPlugin RichText Cc:
Qualification: Unreviewed

Description

when i was trying to change the default editing view from text to RichText? in sfSimpleCMSHelper.php i changed the following line: function sf_simple_cms_slot($page, $slot, $default_text = null, $default_type = 'Text')

to: function sf_simple_cms_slot($page, $slot, $default_text = null, $default_type = 'RichText?')

after this change, this error shows up: "Error deactivating element edit_textarea TypeError?: ed has no properties"

Change History

10/31/08 19:38:09 changed by Kris.Wallsmith

  • owner changed from francois to Kris.Wallsmith.