org.apache.tapestry5
Class MarkupConstants

java.lang.Object
  extended by org.apache.tapestry5.MarkupConstants

public class MarkupConstants
extends Object

Constants used when rendering page markup.

Since:
5.1.0.1

Field Summary
static String ONCLICK
          Name of attribute for intercepting the user clicking a link.
static String WAIT_FOR_PAGE
          Handler for the onclick event (for links) or other events (such as forms) to ensure the page is loaded before allowing the click event to occur.
 
Constructor Summary
MarkupConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WAIT_FOR_PAGE

public static final String WAIT_FOR_PAGE
Handler for the onclick event (for links) or other events (such as forms) to ensure the page is loaded before allowing the click event to occur. References a client-side JavaScript function that displays a standard "wait for page to load" modal dialog.

See Also:
Constant Field Values

ONCLICK

public static final String ONCLICK
Name of attribute for intercepting the user clicking a link.

See Also:
WAIT_FOR_PAGE, Constant Field Values
Constructor Detail

MarkupConstants

public MarkupConstants()


Copyright © 2003-2012 The Apache Software Foundation.