Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

In CRM Portal Profile page need a sapce update button and cancel button

$
0
0

Hi Team,

In my crm portal profile page i have added cancel button using custom jaavscrpt

  1. $(document ).ready(function() {  
  1. //Add cancel button next to update button  
  2. $('#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton').after('<input type="button" value="Cancel" onclick="OnCancelClick()" id="CancelButton" class="btn btn-primary"/>')  
  3. });  
  4. //Navigate to home page on Cancel Click  
  5. function OnCancelClick()  
  6. {  
  7.     window.location.href="/";  
  8. }  

Button added but there is no space between Update & cancel like below

Please help here


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images