:: Documentation >>

refreshClasses

Updates the className attribute of the HTML element.

This method is used when it is undesirable to replace the complete html element either to preserve focus/editing changes or just because re-creating the full html takes a lot of time (like with a grid control).

null

Syntax

obj.refreshClasses();

Example

obj.setClass("frame", "small");
obj.refreshClasses();

See also

refresh() method

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5