Atozed Forums
Add attribute to <html> or <body> tag - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Add attribute to <html> or <body> tag (/thread-3667.html)



Add attribute to <html> or <body> tag - RenSword - 11-30-2023

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">