Is there any way to write a view in Plone using only Python? I found a way for forms, but what else can you build for views ? Without tal expressions
Link: https://docs.plone.org/4/en/develop/addons/helloworld/extend/form.html
Is there any way to write a view in Plone using only Python? I found a way for forms, but what else can you build for views ? Without tal expressions
Link: https://docs.plone.org/4/en/develop/addons/helloworld/extend/form.html
You can write a view using Python that generates the HTML you want, without the need for a template.
Please have a look at https://training.plone.org/5/mastering-plone-5/index.html, specifically https://training.plone.org/5/mastering-plone-5/views_2.html#view-classes
Generally, it's best to ask Plone questions in our forum, https://community.plone.org