FYI, there is a table editor in the rich text editor in case that would suffice. In fact, I can see the table editor icon at the top of the rich text editor in the image you posted.
I'll try the tutorial as soon as I get Umbraco up and running. I keep getting an <%@ Application Inherits="Umbraco.Web.UmbracoApplication" Language="C#" %> error.
I'm not sure if I can customize the rich text editor table. At least I don't know how. I'm on my first steps with Umbraco.
How can I create a property editor like this?
A table to input data. Thanks! :)
The documentation for creating this type of property editor is here: https://our.umbraco.org/documentation/tutorials/Creating-a-Property-Editor/
FYI, there is a table editor in the rich text editor in case that would suffice. In fact, I can see the table editor icon at the top of the rich text editor in the image you posted.
Hi, Nicholas! Thanks for your reply.
I'll try the tutorial as soon as I get Umbraco up and running. I keep getting an
<%@ Application Inherits="Umbraco.Web.UmbracoApplication" Language="C#" %>
error.I'm not sure if I can customize the rich text editor table. At least I don't know how. I'm on my first steps with Umbraco.
Maybe have a look at existing packages, such as:
https://our.umbraco.org/projects/backoffice-extensions/tabulate/
https://our.umbraco.org/projects/backoffice-extensions/table-editor/
I'll take a look at those. Thanks, Dan!
is working on a reply...