Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    
    ...
        }
        
    }
    
  2. or download this
    $config -> {'hx:scriptCollector'} -> {'f:loadBundle'} -> {'bundle_id'}
    + :: basename = somebasename
    
  3. or download this
    <f:loadBundle id="bundle_id" basename="somebasename" var="lbls" />
    
  4. or download this
    $config -> {'hx:scriptCollector'} -> {'h:form'} :: h:panelGrid = HASH(
    +0x1e54150)
    
  5. or download this
    $config -> {'hx:scriptCollector'} -> {'h:form'} -> {'h:panelGrid'} -> 
    +{'hruleDots1_panel_id'} :: width = 100%
    $config -> {'hx:scriptCollector'} -> {'h:form'} -> {'h:panelGrid'} -> 
    +{'hruleDots1_panel_id'} :: columnClasses = hruleDots
    $config -> {'hx:scriptCollector'} -> {'h:form'} -> {'h:panelGrid'} -> 
    +{'hruleDots1_panel_id'} :: cellspacing = 0
    
  6. or download this
    <h:outputText styleClass="required"    value="*" id="AdjustCCDetails_R
    +easonCode_table_required_id">
    
  7. or download this
    {'h:outputText'} :: AdjustCCDetails_ReasonCode_table_required_id = HAS
    +H(0x1e5400c)
    {'h:outputText'} -> {'AdjustCCDetails_ReasonCode_table_required_id'} :
    +: value = *
    {'h:outputText'} -> {'AdjustCCDetails_ReasonCode_table_required_id'} :
    +: styleClass = required
    
  8. or download this
    <h:outputText id="AdjustCCDetails_Comment_table_id" styleClass="label"
    + value="#{somevalue}">
    
  9. or download this
    {'h:panelGrid'} :: h:outputText = HASH(0x1e16050)
    {'h:panelGrid'} -> {'h:outputText'} :: value = #{somevalue}
    {'h:panelGrid'} -> {'h:outputText'} :: id = AdjustCCDetails_Comment_ta
    +ble_id
    {'h:panelGrid'} -> {'h:outputText'} :: styleClass = label