i create a datatype with richtext editor property, once i click add to add some data i get
Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] _4Ben.DataTypes.MultiType.MultiTypeDataEditorItems.Empty(String multiTypeName, MultiTypeOptions options) +878 _4Ben.DataTypes.MultiType.MultiTypeDataEditor.AddNew(Object sender, EventArgs e) +150 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +154 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3690
The Richtext editor should not be included in the release, I was doing some testing with adding extra properties for those that required them. I will create a new package with the richtext editor removed so you can't select it.
I will eventually work out how to add a richtext editor but I have a few other projects I have to finish first.
adding richtext editor data gives ysod
i create a datatype with richtext editor property, once i click add to add some data i get
Hi Eran,
Sorry I've only just seen this.
The Richtext editor should not be included in the release, I was doing some testing with adding extra properties for those that required them. I will create a new package with the richtext editor removed so you can't select it.
I will eventually work out how to add a richtext editor but I have a few other projects I have to finish first.
Thanks
Ben
oh ok, i managed to work without it :)
thanks.
is it working with 2.0 beta?
No not yet.
Ben
Any word on getting RTE to work as a repeatable data item?
is working on a reply...