2011/04/05

add button

onload イベントに下記のスクリプトを追加します。

  function makeBtn(fieldName)


{

crmForm.all.item(fieldName+"_d").innerHTML = "★button class='ms-crm-Button' style='width:60px; display: inline;' onmouseover='Mscrm.ButtonUtils.hoverOn(this);' onmouseout='Mscrm.ButtonUtils.hoverOff(this);' onclick='Clear_Click();' ☆Click here★/button☆";



}
 
*fieldName ・・・ ボタンにするフィールドのID