:: Home >>

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).

Syntax

obj.refreshClasses();

Example

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

See also

refresh() method

Comments

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData