In the current post I share my best practices, how you can maintain JS and CSS in a K2 application, so that it is reusable and can be easily found and maintained by you or your colleagues.
Posts published in August 2019
This article will demonstrate, how you can run forms validation with multiple views, showing only 1 message before submitting the form. This is one of the most frequent requirements from the customer. And even though this approach is applied inside K2 SmartStarters , not so many developers are aware of it.
The post is mostly about List views, which you do not want to edit inline due to other requirements or validation complexity. And therefore you need a subview to be able to create/edit/view List view items. So how do you reuse subviews for Create/Edit/View functionality.