Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.newsfighter.layout.jsptags: Javadoc index of package com.newsfighter.layout.jsptags.


Package Samples:

com.newsfighter.layout.jsptags

Classes:

ManagerTag: ManagerTag creates an environment for the panels to reside in. It has several important functions. First, it creates the <html> , <head> , <link> , <title> and <body> elements--essentially the entire first part of an html document. This is restrictive because it prevents the user from specifying <meta> content and special <head> content (such as local style information or scripting code. Because of this we're going to reimplement the class to allow the "autohead" feature to be disabled. Second, it takes a skin attribute and uses it to create an instance ...
LogoTag: The LogoTag layout component creates a specialized panel for logo and menu graphics at the top of the page. Because there are so many ways one might want to lay out their logo graphics, this class will most likely undergo radical changes in future versions of the Newsfighter software.
GutterTag: The GutterTag layout component creates a gutter between two panels, similar to the ones used in the printing industry. The width of the Gutter is reliant on the setting in the skin.xml .
PanelsTag: Creates an environment for the panels to reside in. This amounts to a simple table structure. The PanelsTag is not skin sensitive, and carries no reference to its enclosing ManagerTag .
PanelTag: PanelTag lays out a table structure for the top, bottom, left, and right images and an internal display area for the panel content.

Home | Contact Us | Privacy Policy | Terms of Service