Inner request

From Plex-XML
Jump to: navigation, search

MasterDetail screens.

Contents

inner_request

idiv

Generates a HTML div element with a request inside.

Attributes
legend : Legend of the HTML Fieldset-Element.

Example

Example with ajaxPageLoad-call-template. The template takes also care of the secured-fields hashcode.

<xsl:template name="MasterDetailGrid">
 <inner_request>
  <idiv>
   <xsl:call-template name="ajaxPageLoad">
    <xsl:with-param name="param">
     <request>FooRequest</request>
     <param value="ajax">style</param>
     ...
     <param value="FooValue">FooName</param>
    </xsl:with-param>
   </xsl:call-template>
  </idiv>
 </inner_request>
</xsl:template>

iframe

Generates a HTML iframe element with a request inside.

Example

<inner_request>
 <iframe width="100%" height="100%">
  <request>SetUserParmImage</request>
  <param value="noHeader">style</param>
  <param value="ZWIRNERJ">UserIdentifier</param>
  <param value="PREFTAB">ControlInput_frmFormat</param>
 </iframe>
</inner_request>
Personal tools