HTML_Common2

The HTML_Common2 package provides methods for HTML attributes handling and setting document-wide options. It is quite helpful as a building block for packages generating HTML and is currently used as such by HTML_QuickForm2 package. Main features:

  • Allows easy setting, removing, merging of HTML attributes, working with CSS classes;
  • Provides means to parse and generate HTML attribute strings;
  • Global document options: charset, linebreak and indentation characters;
  • Methods to handle indentation and HTML comments (useful in subclasses).

Note that HTML_Common2 is an abstract class, so you would probably subclass it and use a instance of a child class rather than HTML_Common2 itself. One notable exception is using its static methods to get and set global document options.

Table of Contents
HTML (Previous) Working with HTML attributes. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.