Methods are blocks of code that only runs when they are called. You can pass data, known as parameters, into a method, inside brackets. Methods begin with "$this” followed by dot and name of the property – $this.Title(), $this.Delete(), $this.IndexOf() etc.

You can find the Methods in Skin’s menu above the coding area.

 

 

If you click on Methods it will show a list with all available methods.

 

When you hover mouse over the Method, you can see its syntax.

 

 

 

Select Component's method that you need and it will appear in code editor.

 skin-methods2

 

The method will appear in code editor

:

 

 

Result on the screen: