Modular HTML

by Bandock
A simple HTML interfacing library with Javascript interfacing functionality (if one desires). [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Bandock.ModularHTML##version=3

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Bandock.ModularHTML##version=3

168 downloads
Version 2
Date added: Jul 7 2011
Last updated: Jul 11 2011
0 fans
The very library that enables interfacing with HTML and Javascript (if one desires the latter). It makes creating HTML within a project more convenient through the use of an object. Also reusable thanks to the capabilities of such objects (after the necessary customizations are done of course).

Javascript can also be used either through interfacing or simply hand crafting it (the former just requires a define to function). Javascript interfacing offers convenience while if one desires to handcraft Javascript and want to maintain a lighter DMB footprint does not need to define anything.

Knowledge of HTML and Javascript (only if dealing with it) is required to fully utilize this library. As of right now, there are no utility functions or tags yet. If requested, I'll implement utility functions in a future version.

Version 2 (July 11th, 2011):
Added AddHtmlObjLink, AddHtmlObjLinkInput, and GetHtmlObjLink procedures.
Added StartForm and EndForm procedures.

Version 1 (July 9th, 2011):
Initial Release