| | |
| | | <apex:page id="Page" standardController="Product2" action="{!searchNameisNUll}" extensions="SearchProductController" sidebar="false" showHeader="false" lightningStylesheets="true" > |
| | | <apex:page id="Page" standardController="Product2" extensions="SearchProductController" sidebar="false" showHeader="false" lightningStylesheets="true" > |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | |
| | | <apex:includeScript value="/soap/ajax/32.0/apex.js"/> |
| | | |
| | | <script> |
| | | window.onload = showToast(); |
| | | function showToast() { |
| | | console.log('11111'); |
| | | console.log(sforce); |
| | | console.log(sforce.one); |
| | | sforce.one.showToast({ |
| | | "title": "Attenzione", |
| | | "message": "Test Message.", |
| | | "type": "warning" |
| | | }); |
| | | |
| | | } |
| | | var QuoteEntryMaxLine = {!maxLen} ; |
| | | var QuoteEntryMaxLine =window.opener.QuoteEntryMaxLine ; |
| | | function setProductList() { |
| | | var nextLine = top.window.opener.getLastLineNoNext(window.opener.document); |
| | | var hasCheckedCnt = 0; |