<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%> <%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>

HtmlBase Attribute Binding

This test will null bind to a bunch of attributes on which are defined on the HtmlBaseTag class. These attributes are exposed on a bunch of the HTML tags. In all cases below, when a value is resolved to null, the value is ignored. All of the anchors in this test should result in the same markup.
This is a single page test.


  • Link -- style
  • Link -- styleClass
  • Link -- title
  • Link -- onClick
  • Link -- onDblClick
  • Link -- onKeyDown
  • Link -- onKeyPress
  • Link -- onKeyUp
  • Link -- onMouseDown
  • Link -- onMouseMove
  • Link -- onMouseOut
  • Link -- onMouseOver
  • Link -- onMouseUp
  • Link -- dir
  • Link -- lang