| | |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> |
| | | <style> |
| | | body .bPageBlock .detailList .dataCol { |
| | | width: 20%; |
| | | } |
| | | </style> |
| | | |
| | | <script type="text/javascript"> |
| | | var checkedTrue; |
| | | var tableDataStr = ''; |
| | |
| | | <td style="width: 20%"> |
| | | <font>客 户 名 </font> |
| | | <apex:inputText id="txtNameId" value="{!txtName}"/> |
| | | <a class="inlineEditUndoLink" title="清空" href="#" onclick="document.getElementById('allPage:allForm:searchBlock:txtNameId').value = '';document.getElementById('allPage:allForm:searchBlock:txtNameId').focus();" style="display: inline;"> |
| | | <a class="inlineEditUndoLink" title="清空" href="#" onclick="document.getElementById('allPage:allForm:searchBlock:txtNameId').value = '';document.getElementById('allPage:allForm:searchBlock:txtNameId').focus();" style="display: inline;"> |
| | | <img width="16px" height="16px" src="/img/s.gif" alt="清空" class="inlineEditUndo"/> |
| | | </a> |
| | | </td> |
| | |
| | | <apex:inputfield value="{!insUpdData.ZipCode__c}" id="ZipCode__c" /> |
| | | <!-- <apex:pageblockSectionItem /> --> |
| | | <!-- <apex:inputTextarea value="{!insUpdData.Detailed_Address__c}" id="Detailed_Address__c" style="resize:vertical;width: 90%" rows="3" cols="3"/> --> |
| | | <apex:inputfield value="{!insUpdData.Detailed_Address__c}" id="Detailed_Address__c" style="resize:vertical;width: 98%"/> |
| | | <apex:inputfield value="{!insUpdData.Detailed_Address__c}" id="Detailed_Address__c" style="resize:vertical;"/> |
| | | |
| | | <div id="errorMsg" class="errorMsg"></div> |
| | | </apex:pageblocksection> |