PDA

View Full Version : createActionsFrom = 'document' in IE8 (B3)



knight999
14 Sep 2009, 6:21 PM
Hello Jack,

We used the createActionsFrom parameter to switch the method of Actionbar creation from addActionsFromDXL() to addActionsFromDocument(), since hidewhen formula can not work correctly if we use 'dxl' , we have to make it work to hide the Action Button as we need ...

This function works fine in ForeFox 3.5.3 and Opera 10, but encountered an error at Ext-all-debug.js line 10970 in IE8(this.layout.layout();) ...

By the way, I checked 'getXSLFormFieldsAndActionbarXML' in the 'DXLExporter' agent, you stripe out the "code event='hidewhen'" in xsl, and mention out it will need to be done server side ... does that mean we can use DXL to hide the Action Button in next release ?

Thanks in advance ~ ;)

jratcliff
26 Sep 2009, 9:08 AM
Hello Jack,

We used the createActionsFrom parameter to switch the method of Actionbar creation from addActionsFromDXL() to addActionsFromDocument(), since hidewhen formula can not work correctly if we use 'dxl' , we have to make it work to hide the Action Button as we need ...

This function works fine in ForeFox 3.5.3 and Opera 10, but encountered an error at Ext-all-debug.js line 10970 in IE8(this.layout.layout();) ...

Sorry the delay, looking into this now.



By the way, I checked 'getXSLFormFieldsAndActionbarXML' in the 'DXLExporter' agent, you stripe out the "code event='hidewhen'" in xsl, and mention out it will need to be done server side ... does that mean we can use DXL to hide the Action Button in next release ?

The plan is to add this soon but we haven't decided on which release.