alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (css-formatting.xml)

This example jforum source code file (css-formatting.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

code, code, css, extensions, formating, group, item, item, line__, line__, name, name, shortcut, wikiwizard

The jforum css-formatting.xml source code

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<WIKIWIZARD>
<EXTENSIONS>
<GROUP>
		<NAME>CSS Formating
	 <NAME lang="de">CSS Formatierung
		<ITEM>
			<NAME>CommentBox
			<SHORTCUT>6
			<CODE>
%%commentbox
#cursor
%%			    
	        </CODE>
		</ITEM>

		<ITEM>
			<NAME>Center
			<CODE>
%%center
#cursor
%%
	        </CODE>
		</ITEM>

		<ITEM>
			<NAME>Color
			<SHORTCUT>7
			<CODE>
%%(color:red)
#cursor
%%
	        </CODE>
		</ITEM>

		<ITEM>
			<NAME>Enlagre Font
			<CODE>
%%(font-size:115%)
__First Line__\\ 
__Second Line__\\
%%
	        </CODE>
		</ITEM>

<!-- no standard, but useful for formating forms with tables: 
		<ITEM>
			<NAME>No Border
			<CODE>
%%noborder
#cursor
%%
	        </CODE>
		</ITEM>

		<ITEM>

			<NAME>Buttonlink
			<CODE>
%%buttonlink
#cursor
%%
	        </CODE>
		</ITEM>


-->

	</GROUP>
</EXTENSIONS>
</WIKIWIZARD>

Other jforum examples (source code examples)

Here is a short list of links related to this jforum css-formatting.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.