Is it possible to change the code for this:
<!--@ItemPublisher:Edit.Form-->
I need to adjust the HTML of the edit form, but I cant find this code anywhere.
Is it possible to change the code for this:
<!--@ItemPublisher:Edit.Form-->
I need to adjust the HTML of the edit form, but I cant find this code anywhere.
Hi Martin,
I guess that the way to get the most control of such HTML data would be to chang to using Razor templates.
If you use C# in Razor you can do "anything" with the value of the tag.
Another way could be to write a custom tagextension, but then you would again need to do some C# coding :-)
Did that help you?
Update I have added a gist on github with further information
/Sten Hougaard
Twitter: @netsi1964
#hireMe - I am looking for a new job, so if you need an experienced front-end developer, please contact me: netsi1964@gmail.com
Hi Martin
Just build the form tag your self. It is just a concentrate of information available in other template tags.
BR Nicolai
You must be logged in to post in the forum