| <?xml version="1.0" encoding="UTF-8"?> | 
| <WebLink xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>topInQueue</fullName> | 
|     <availability>online</availability> | 
|     <displayType>button</displayType> | 
|     <linkType>javascript</linkType> | 
|     <masterLabel>排队NO.置顶</masterLabel> | 
|     <openType>onClickJavaScript</openType> | 
|     <protected>false</protected> | 
|     <url>{!RequireScript("/soap/ajax/30.0/connection.js")} | 
| {!RequireScript("/soap/ajax/30.0/apex.js")} | 
| var ret = sforce.apex.execute("ApplyJsCtl","queueTop",{applyId:'{!Rental_Apply__c.Id}'}); | 
| if(ret == 'Success') | 
| { | 
| alert('置顶成功!'); | 
| window.location.reload(); | 
| }else{ | 
| alert(ret); | 
| }</url> | 
| </WebLink> |