HomebulletScriptsbulletTag: tag (129 results)
  1. Extensible Template
    294 total visits
    This class implements a template processing engine.It find and process tags in a template in the form of <tpl:TAG param1="value1" param2="value2" ...> block </tpl:TAG> or as in the contracted form <tpl:TAG param1="value1" param2="value2" ... />.Each tag found is processed by calling functions of the class. Therefore, the template engine can be extended by a sub-class that implements new types of ...
  2. BBcode TS
    277 total visits
    This class can be used as a template engine to process text with BBcode tags, similar to those used by PHPBB, and generate HTML output.It supports the BBcode tags n1, n2, n3, b, u, i, color, font, size, right, left, center, img, url, email, list, and also the tags definicja for definition, uwaga for notes, notatka for footnotes and cytat ...
  3. abc template
    284 total visits
    This class implements a template engine that replaces tags in PHP scripts. It can load a template file which can be a PHP script which is executed when the template is loaded.The loaded template is processed by replacing tags, which are named marks delimited by curly braces, by template variable values. When template variable values which are arrays, the class ...
  4. No Screenshot
    1351 total visits
    Two main purposes: Retrieve the contents of a specified HTML tag from a specified HTML file (say, everything between <BODY> and </BODY>) Retrieve everything from an HTML file up to a given point (say, an arbitrary tag), or everything after a given point.
  5. No Screenshot
    1044 total visits
    This class is meant to process content text with tags like VBcode, BBcode, IBFcode, etc. into HTML.It can generate a form with textarea field to edit the content text. This textarea may be outputted with buttons buttons that insert the appropriate tags in the textarea to perform text formatting or other functions.It can restrict the range of supported tags, perform ...
  6. No Screenshot
    1817 total visits
    This PHP class can remove symbols and HTML tags from text strings. It is based on a list of characters to remove, it takes an inputted string and cleans it of all un-wished characters. The resulting string is UTF-8 with all letters in lowercase.Requirements: PHP 3 or higher
  7. No Screenshot
    1706 total visits
    Image upload, restrict, display can take an image file uploaded via Web forms and make sure it has an image file extension. Then it moves the file to a given directory. HTML tags for displaying the image in a Web page can also be generated. Requirements: PHP 4.0 or higher
  8. No Screenshot
    2070 total visits
    UI Template is an HTML template file can be parsed to build a DOM-like structure. The code builder traverses the parsed template structure and generates a PHP script that is executed to process the template. UI Template supports custom tags that implement conditional sections, iterate over loops, include other template files, etc.. The compiled template scripts are stored in a ...
  9. No Screenshot
    1988 total visits
    HTMLPP allows parsing an HTML code string, building the relative DOM structure and working on it with methods similar to JavaScript. Key Features of HTMLPP:. HTML parsing:. Simple tags. Tags without closures. Autoclosing tags. Doctype, text and comment parsing. Modern browser parsing behaviour (Add head,body and html tags if they're not present, Wrap table content inside the tbody if it's ...
  10. No Screenshot
    2167 total visits
    XML into user defined structure parses a given XML document with and creates objects of classes that correspond to the tag nodes that are found in the XML document.XML into user defined structure functions necessary to assign variables that correspond to the tag attributes are called.Requirements: PHP 3.0 or higher
  11. No Screenshot
    1664 total visits
    A page with a specified URL can be retrieved or a string can be used for processing with the help of HTML Rendele.The HTML Rendele can search for given tags with an attribute set to a given value and return the HTML contents of the found tags in an array.Requirements: PHP 3.0 or higherLimitations: The code and the comments are ...
  12. No Screenshot
    1780 total visits
    Easy XML Writer can compose the XML document by adding tags and attribute objects to the document object.The composed document can be retrieved as a single string.Requirements: PHP 5.0 or higher
  13. No Screenshot
    1762 total visits
    Simple Tags, a specified template string is searched for tags delimited by square brackets and replaces them with variable values.The processed template data is returned as a string.Requirements: PHP 5.0 or higher
  14. No Screenshot
    1893 total visits
    TagCloud takes a list of links with tag words and the respective letter sizes and generates HTML for all the links. CSS styles can be applied to the links. Requirements: PHP 5.0 or higher
  15. No Screenshot
    1888 total visits
    Tab Output can return indenting spaces to be inserted before each line with HTML tags or data. The indenting level is being tracked so that it can be increased or decreased for each new output line. Requirements: PHP 5.0 or higher
Pages 2 of 9« 1 2 3 4 5 6 »