You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boxes: Add class method in MessageBox to update content header.
This commit adds a method to update content header of a specific message
box (if required).
The current logic re-builds the whole message box if an update is required.
This might need improvement as to update a specific element only. (Though
that might prove useful only if that element is rendered via a dedicated
class method).
Tests added.
0 commit comments