Class MarkupConstants

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

public class MarkupConstants extends Object
Constants used when rendering page markup.
Since:
5.1.0.1
  • Field Details

    • WAIT_FOR_PAGE

      public static final String WAIT_FOR_PAGE
      Deprecated.
      Deprecated in Tapestry 5.4 with no replacement. Do not use.
      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:
    • ONCLICK

      public static final String ONCLICK
      Deprecated.
      Deprecated in Tapestry 5.4 with no replacement. Do not use.
      Name of attribute for intercepting the user clicking a link.
      See Also:
  • Constructor Details