Changeset 19657


Ignore:
Timestamp:
02/03/12 21:46:03 (4 months ago)
Author:
sys
Message:

jsfom xedInput ajout apppel à synchDataDst()

Location:
trunk/Xul_Wsp/content
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/Collab/widgets/jsForm/taskInputs.xbl.xml

    r19633 r19657  
    261261                                <parameter name="pRootUpdates" /> 
    262262                                <body><![CDATA[ 
     263                                        this.fXedBox.synchDataDst(); 
    263264                                        if(this.fDirty) { 
    264265                                                var vNewData = this.fXedBox.fillResult(pRootUpdates.ownerDocument.createDocumentFragment()).firstChild; 
  • trunk/Xul_Wsp/content/Wsp/widgets/jsForm/wspJsForm.xbl.xml

    r19651 r19657  
    6868                        <method name="getValue"> 
    6969                                <body><![CDATA[ 
     70                                        this.fXedBox.synchDataDst(); 
    7071                                        return dom.getXml(this.fXedBox.fillResult(null)); 
    7172                                ]]></body> 
Note: See TracChangeset for help on using the changeset viewer.