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

Struts example source code file (Checkbox.css)

This example Struts source code file (Checkbox.css) 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 - Struts tags/keywords

The Struts Checkbox.css source code

.dojoHtmlCheckbox {
	border: 0px;
	width: 16px;
	height: 16px;
	margin: 2px;
	vertical-align: middle;
}

.dojoHtmlCheckboxOn {
	background: url(check.gif) 0px 0px;
}
.dojoHtmlCheckboxOff {
	background: url(check.gif) -16px 0px;
}
.dojoHtmlCheckboxDisabledOn {
	background: url(check.gif) -32px 0px;
}
.dojoHtmlCheckboxDisabledOff {
	background: url(check.gif) -48px 0px;
}
.dojoHtmlCheckboxOnHover {
	background: url(check.gif) -64px 0px;
}
.dojoHtmlCheckboxOffHover {
	background: url(check.gif) -80px 0px;
}

Other Struts examples (source code examples)

Here is a short list of links related to this Struts Checkbox.css source code file:

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

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.