Package com.adobe.livecycle.formsservice.client
Classpublic final class TransformTo
InheritanceTransformTo Inheritance Enum

Represents HTML transformation types that are used by the renderHTMLForm method.

See also

renderHTMLForm()


Public Constants
 ConstantDefined by
  AHTML
[static] A HTML transformation type that is compatible with accessibility enhanced browsers (currently Internet Explorer 5 or later).
TransformTo
  AUTO
[static] A HTML transformation type where the Forms service determines the best transformation.
TransformTo
  HTML4
[static] A HTML transformation type that is compatible with older browsers that do not support absolute positioning of HTML elements.
TransformTo
  MSDHTML
[static] A HTML transformation type that is compatible with dynamic HTML for Internet Explorer 5.0 or later.
TransformTo
  NoScriptXHTML
[static] A HTML transformation type that is compatible with the CSS2 specification and compliant with XHTML 1.0.
TransformTo
  StaticHTML
[static] A HTML transformation type that does not allow users to enter data into fields on the HTML form.
TransformTo
  XHTML
[static] A HTML transformation type that is compatible with accessibility enhanced browsers (currently Internet Explorer 5 or later).
TransformTo
Constant Detail
AHTMLConstant
public static final AHTML

A HTML transformation type that is compatible with accessibility enhanced browsers (currently Internet Explorer 5 or later). Compliant with XHTML 1.0. This transformation value has been deprecated. Please use XHTML transformation instead.

AUTOConstant 
public static final AUTO

A HTML transformation type where the Forms service determines the best transformation.

HTML4Constant 
public static final HTML4

A HTML transformation type that is compatible with older browsers that do not support absolute positioning of HTML elements.

MSDHTMLConstant 
public static final MSDHTML

A HTML transformation type that is compatible with dynamic HTML for Internet Explorer 5.0 or later.

NoScriptXHTMLConstant 
public static final NoScriptXHTML

A HTML transformation type that is compatible with the CSS2 specification and compliant with XHTML 1.0. No scripts are associated with this transformation type.

StaticHTMLConstant 
public static final StaticHTML

A HTML transformation type that does not allow users to enter data into fields on the HTML form.

XHTMLConstant 
public static final XHTML

A HTML transformation type that is compatible with accessibility enhanced browsers (currently Internet Explorer 5 or later). Compliant with XHTML 1.0.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/formsservice/client/TransformTo.html