Author: jleroux
Date: Fri May 8 07:54:34 2015 New Revision: 1678295 URL: http://svn.apache.org/r1678295 Log: "Applied fix from trunk for revision: 1678294" ------------------------------------------------------------------------ r1678294 | jleroux | 2015-05-08 09:53:39 +0200 (ven. 08 mai 2015) | 1 ligne Fixes "When used setDependentDropdownValuesJs.ftl precludes focus-field-name" https://issues.apache.org/jira/browse/OFBIZ-6346 with examples in FormWidgetExampleForms.xml and for NewCustomer screen ------------------------------------------------------------------------ Modified: ofbiz/branches/release14.12/ (props changed) ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyScreens.xml ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl ofbiz/branches/release14.12/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml Propchange: ofbiz/branches/release14.12/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri May 8 07:54:34 2015 @@ -8,4 +8,4 @@ /ofbiz/branches/json-integration-refactoring:1634077-1635900 /ofbiz/branches/multitenant20100310:921280-927264 /ofbiz/branches/release13.07:1547657 -/ofbiz/trunk:1649072,1649083-1649084,1649086,1649090,1649096,1649230,1649238-1649239,1649248,1649272,1649275,1649280-1649281,1649283,1649285-1649286,1649291,1649329,1649331,1649384,1649393,1649666,1649742,1650240,1650348,1650357,1650583,1650642,1650678,1650821,1650882,1650887,1650938,1651593,1652312,1652361,1652638,1652641,1652672,1652688,1652706,1652725,1652731,1652739,1652852,1653248,1653296,1653456,1653597,1653614,1654175,1654273,1654509,1654670,1654672-1654673,1654683-1654684,1654824,1655046,1655668,1655979,1656014,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1659965,1660031,1660053,1660389,1660444,1660579,1661303,1661328,1661760,1661778,1661853,1661862,1661873,1661940,1661951,1661977,1662119-1662120,1662361,1662500,1662812,1662919,1663202,1663912,1663979,1664602,1664604,1664696,1665154,1665162,1665535,1666404,1666511,1666633,1666836,1666939,1666949,1666958,1667055,1667253,1667483,1667492,1667774,1668207, 1668214,1668236,1668246,1668258,1668263,1668265,1668270,1668277,1668314,1668657,1669317,1669588,1672427,1672430,1672846,1672853,1672856,1672862,1672873,1673764,1674447,1674464,1674491,1674496,1674908,1676674,1677123,1677597,1677769-1677770 +/ofbiz/trunk:1649072,1649083-1649084,1649086,1649090,1649096,1649230,1649238-1649239,1649248,1649272,1649275,1649280-1649281,1649283,1649285-1649286,1649291,1649329,1649331,1649384,1649393,1649666,1649742,1650240,1650348,1650357,1650583,1650642,1650678,1650821,1650882,1650887,1650938,1651593,1652312,1652361,1652638,1652641,1652672,1652688,1652706,1652725,1652731,1652739,1652852,1653248,1653296,1653456,1653597,1653614,1654175,1654273,1654509,1654670,1654672-1654673,1654683-1654684,1654824,1655046,1655668,1655979,1656014,1656185,1656198,1656445,1656983,1657323,1657506-1657507,1657514,1657714,1657790,1657848,1658364,1658662,1658882,1659224,1659965,1660031,1660053,1660389,1660444,1660579,1661303,1661328,1661760,1661778,1661853,1661862,1661873,1661940,1661951,1661977,1662119-1662120,1662361,1662500,1662812,1662919,1663202,1663912,1663979,1664602,1664604,1664696,1665154,1665162,1665535,1666404,1666511,1666633,1666836,1666939,1666949,1666958,1667055,1667253,1667483,1667492,1667774,1668207, 1668214,1668236,1668246,1668258,1668263,1668265,1668270,1668277,1668314,1668657,1669317,1669588,1672427,1672430,1672846,1672853,1672856,1672862,1672873,1673764,1674447,1674464,1674491,1674496,1674908,1676674,1677123,1677597,1677769-1677770,1678294 Modified: ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyScreens.xml?rev=1678295&r1=1678294&r2=1678295&view=diff ============================================================================== --- ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyScreens.xml (original) +++ ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyScreens.xml Fri May 8 07:54:34 2015 @@ -717,6 +717,7 @@ under the License. <set field="dependentKeyName" value="geoId"/> <set field="descName" value="geoName"/> <set field="selectedDependentOption" value="_none_"/> + <set field="focusFieldName" value="NewUser_USER_PARTY_ID"/> </actions> <widgets> <platform-specific><html><html-template location="component://common/webcommon/includes/setDependentDropdownValuesJs.ftl"/></html></platform-specific> Modified: ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl?rev=1678295&r1=1678294&r2=1678295&view=diff ============================================================================== --- ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl (original) +++ ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl Fri May 8 07:54:34 2015 @@ -19,10 +19,13 @@ under the License. <script type="text/javascript"> jQuery(document).ready(function() { if (jQuery('#${dependentForm}').length) { - jQuery("#${dependentForm}_${mainId}").change(function(e, data) { + jQuery('#${dependentForm}_${mainId}').change(function(e, data) { getDependentDropdownValues('${requestName}', '${paramKey}', '${dependentForm}_${mainId}', '${dependentForm}_${dependentId}', '${responseName}', '${dependentKeyName}', '${descName}'); }); getDependentDropdownValues('${requestName}', '${paramKey}', '${dependentForm}_${mainId}', '${dependentForm}_${dependentId}', '${responseName}', '${dependentKeyName}', '${descName}', '${selectedDependentOption}'); + <#if (focusFieldName??)> + jQuery('#${focusFieldName}').focus(); + </#if> } }) -</script> \ No newline at end of file +</script> Modified: ofbiz/branches/release14.12/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml?rev=1678295&r1=1678294&r2=1678295&view=diff ============================================================================== --- ofbiz/branches/release14.12/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml (original) +++ ofbiz/branches/release14.12/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml Fri May 8 07:54:34 2015 @@ -58,7 +58,7 @@ under the License. if you need an example with more than one dropdown in a form have a look at EditProductPriceRules screen in PriceScreens.xml--> <set field="dependentForm" value="DropDownFieldsExampleForm"/> - <set field="paramKey" value="countryGeoId"/> + <set field="paramKey" value="countryGeoId"/> <set field="mainId" value="countryGeoId"/> <set field="dependentId" value="stateProvinceGeoId"/> <set field="requestName" value="getAssociatedStateList"/> @@ -66,13 +66,14 @@ under the License. <set field="dependentKeyName" value="geoId"/> <set field="descName" value="geoName"/> <set field="selectedDependentOption" from-field="postalAddress.stateProvinceGeoId" default-value="_none_"/><!-- postalAddress.stateProvinceGeoId does not make much sense here, only to get the idea --> + <set field="focusFieldName" value="DateTimeFieldsExampleForm_field1_i18n"/> <!-- asmslect parameters, must be prefixed by asm_ for setMultipleSelectJs.ftl --> <set field="asm_multipleSelectForm" value="DropDownMultipleFieldExampleForm"/> <set field="asm_multipleSelect" value="DropDownMultipleFieldExampleForm_countryGeoIdMultiple"/> <set field="asm_formSize" value="600"/> <set field="asm_asmListItemPercentOfForm" value="95"/> - <set field="asm_sortable" value="false"/> + <set field="asm_sortable" value="false"/> </actions> <widgets> <platform-specific><html><html-template location="component://common/webcommon/includes/setDependentDropdownValuesJs.ftl"/></html></platform-specific> |
Free forum by Nabble | Edit this page |