//--------------------------------------
//               PowerUI
//
//        For documentation or 
//    if you have any issues, visit
//        powerUI.kulestar.com
//
//    Copyright  2013 Kulestar Ltd
//          www.kulestar.com
//--------------------------------------

namespace PowerUI{

	/// <summary>
	/// Handles the isindex tag.
	/// </summary>

	[Dom.TagName("isindex")]
	public class HtmlIsIndexElement:HtmlElement{
		
	}
	
}