Very often people try to find a control instance with JavaScript in K2 Smartforms. The approach, discussed in this article, can be used to find certain controls. However, this is not something you need on a daily basis, but rather rarely for certain functionality, that is not available out of the box. When you need to inject something and need to set or get the value of a control.
Posts published in December 2018
I do not know, if I want to share way, how you can change column text direction in a List View, because one of the approaches is very simple. However, I spent a some time, thinking how this could be done with CSS or JavaScript. I came up with 2 solutions: stupid simple and more sophisticated