Home
Name Modified Size InfoDownloads / Week
TODO.txt 2011-05-24 33 Bytes
README.txt 2011-05-24 1.0 kB
Totals: 2 Items   1.1 kB 0
INTRODUCTION
==========================
jQuery UI .NET project is Web User Controls suite that wraps standard jQuery UI widgets, e.g. Accordion, Tabs, Button, etc. The project aimed to ease integration of jQuery UI with ASP.NET. 

WIDGETS
==========================
1. Highlight/Error Message
	Based on jQuery UI CSS Framework, this widget utilizes some of its features: 
	.ui-helper-hidden: Applies display: none to elements;
	.ui-widget: Class to be applied on outer container of all widgets;
	.ui-icon: Base class to be applied to an icon element;
	.ui-corner-all: Applies corner-radius to all 4 corners of element;
	.ui-state-highlight: Class to be applied to highlighted or selected elements;
	.ui-state-error: Class to be applied to error messaging container elements;
	
	Public properties: Text ("" by default), Type (Highlight by default), Width (100px by default).
	

VERSIONING
==========================

Project Version: 0.0.1

jQuery Version: 1.5.1

jQuery UI Version: 1.8

.NET Framework: 4.0
Source: README.txt, updated 2011-05-24