This package can be used to generate HTML documents programatically.
It provides several classes that know how to generate different types of basic HTML page elements such as paragraphs, links, forms, images, etc..
The class also provides several other classes that can generate more complex custom page elements like menus, blog entries, Flash players, Google maps, etc..
No application links were specified for this class.
| File |
Role |
Description |
readme.htm |
Doc. |
Read me file for the library. |
classes.php |
Class |
The main include file for the library, includes all the classes and defines "end-user" class names. |
class_p.php |
Class |
TBaseP class: basic HTML paragraphs |
class_page.php |
Class |
TBasePage: essential class for building an HTML page. |
class_element.php |
Class |
TElement: basic ancestor class for most other classes in the package |
basefunctions.js |
Aux. |
Basic javascript functions used by the classes. |
class_a.php |
Class |
TBseA class: hyperlinks |
class_application.php |
Class |
TApplication class: think of a web page as an application |
class_appmenu.php |
Class |
TAppMenu: an application main menu |
class_blockquote.php |
Class |
TBaseBlockQuote: for creating quotations |
class_blog.php |
Class |
TBlog: builds a simple yet functional blog |
class_db.php |
Class |
TDB class: for accessing MySQL databases |
class_dialog.php |
Class |
TDialog class: for building internal "windows" inside a page |
class_div.php |
Class |
TBaseDiv class: simple div elements |
class_dvdpage.php |
Class |
TDVDPage: for building an application that looks and works like a DVD presentation |
class_exchangebox.php |
Class |
TExchangeBox class: displays a box for making exchange from one currency to other |
class_faq.php |
Class |
TBaseFaq class: for building "FAQ"-like structures. |
class_filelist.php |
Class |
TBaseFileList class: for getting lists of files in a given directory. |
class_flash.php |
Class |
TBaseFlash class: for including Macromedia Flash movies in a page. |
class_flashpage.php |
Class |
TFlashPage class: for simplifying the creation of a page consisting uniquely of a Macromedia Flash movie. |
class_font.php |
Class |
TBaseFont class: for simplifying the use of bitmaps as character typefaces |
class_form.php |
Class |
TBaseForm class: base HTML form element. |
class_gauge.php |
Class |
TBaseGauge class: for displaying a simple (static) gauge or progress bar. |
class_googlemap.php |
Class |
TBaseGoogleMap class: for easy including of Google Maps |
class_groupbox.php |
Class |
TBaseGroupBox class: for creating simple <fieldset> HTML elements. |
class_h.php |
Class |
TBaseH, TH1, TH2, TH3, TH4, TH5 and TH6 classes: defining HTML headers (titles for sections and subsections) |
class_hint.php |
Class |
TBaseHint class: for displaying hint boxes when the mouse is over an element. |
class_img.php |
Class |
TBaseImage class: base HTML <img> element. |
class_imglink.php |
Class |
TBaseImageLink class: for including an image that works as a hyperlink |
class_imglist.php |
Class |
TBaseImgList class: shows a list of images in the specified directory. |
class_ini.php |
Class |
TBaseINIFile class: works like a Windows INI file, although the internal file structure is different. |
class_input.php |
Class |
TButton, TEdit, TPasswordField, TSelect, TListBox, TMemo, TCheckBox, TRadio, TFile, THidden classes: basic HTML form elements. |
class_java.php |
Class |
TBaseJava class: for including java classes |
class_list.php |
Class |
TBaseList class: for easy creation of lists (<ul>, <ol>) |
class_meebo.php |
Class |
TBaseMeebo class: for including a meebo chat box for online contact with instant messengers (MSN, Yahoo &c.) |
class_movie.php |
Class |
TBaseMovie class: for including movies in a page (Windows Media, Quick Time). |
class_notebook.php |
Class |
TBaseNotebook class: for creation of tabbed notebook controls |
class_pop3view.php |
Class |
TPop3View class: for displaying of e-mail messages from a pop3 server. |
class_rss.php |
Class |
TRSSBuilder, TRSSDislpay classes: for creation and displaying of RSS feeds. |
class_skype.php |
Class |
TBaseSkype class: for displaying of a Skype status button. |
class_slideshow.php |
Class |
TBaseSlideShow class: for displaying images from a directory in a slideshow. |
class_span.php |
Class |
TBaseSpan class: basic HTML span element. |
class_sqltable.php |
Class |
TBaseSQLTable class: shows a mysql table. |
class_table.php |
Class |
TBaseTable class: for creation and control of HTML tables. |
class_tree.php |
Class |
TBaseTree class: for creation of treeview structures. |
class_wiki.php |
Class |
TBaseWiki class: creates a very simple wiki system with a syntax similar to that of MediaWiki. |
class_xmlform.php |
Class |
TXmlForm class: generates an HTML form based on an XML file describing the form structure; a windows program is included for visual design of the form. |
simpletreemenu.js |
Aux. |
Scripts used by the TBaseTree class. |