Atozed Forums

Full Version: Add attribute to <html> or <body> tag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is is possible to add attribute to <html> or <body> tag? and change it at runtime
For example
IWForm1.AddAttribute('data-mode="edit"');
>>>>
<html data-mode="edit"> or <body data-mode="edit">