本机可以做网站的服务器,深圳网络营销推广培训,热 网站正在建设中,狼雨seo网络科技有限公司目录
1、 如何在form视图中的头部加上按钮
2、如何在form视图中的身体加上按钮
3、如何在notebook标签中加入按钮 1、 如何在form视图中的头部加上按钮
以CRM中的渠道form视图为例子介绍#xff08;实现红框中的效果#xff09; 直接在header标签里加入按钮即可 …
目录
1、 如何在form视图中的头部加上按钮
2、如何在form视图中的身体加上按钮
3、如何在notebook标签中加入按钮 1、 如何在form视图中的头部加上按钮
以CRM中的渠道form视图为例子介绍实现红框中的效果 直接在header标签里加入按钮即可
headerbutton nameaction_set_won_rainbowman stringWontypeobject classoe_highlight data-hotkeyw titleMark as wonattrs{invisible: [|,|, (active,,False), (probability, , 100), (type, , lead)]}/button name%(crm.crm_lead_lost_action)d stringLost data-hotkeyl titleMark as losttypeaction context{default_lead_id: active_id}attrs{invisible: [|, (type, , lead), amp;,(active, , False),(probability, lt;, 100)]}/button name%(crm.action_crm_lead2opportunity_partner)d stringConvert to Opportunity typeactionhelpConvert to Opportunityclassoe_highlight attrs{invisible: [|, (type, , opportunity), (active, , False)]}data-hotkeyv/button nametoggle_active stringRestore typeobject data-hotkeyzattrs{invisible: [|, (probability, gt;, 0), (active, , True)]}/button nameaction_set_lost stringLost typeobject data-hotkeyl titleMark as lostattrs{invisible: [|, (type, , opportunity), amp;, (probability, , 0), (active, , False)]}/field namestage_id widgetstatusbar classo_field_statusbaroptions{clickable: 1, fold_field: fold}domain[|, (team_id, , team_id), (team_id, , False)]attrs{invisible: [|, (active, , False), (type, , lead)]}/
/header 2、如何在form视图中的身体加上按钮 直接在sheet标签中加入(需要创建一个可以存放button的盒子button_box)
div classoe_button_box namebutton_boxbutton nameaction_schedule_meeting typeobjectclassoe_stat_button iconfa-calendarcontext{partner_id: partner_id}attrs{invisible: [(type, , lead)]}div classo_stat_infofield namecalendar_event_count classo_stat_value/span classo_stat_text attrs{invisible: [(calendar_event_count, lt;, 2)]} Meetings/spanspan classo_stat_text attrs{invisible: [(calendar_event_count, gt;, 1)]} Meeting/span/div/buttonbutton nameaction_show_potential_duplicates typeobjectclassoe_stat_button iconfa-starattrs{invisible: [(duplicate_lead_count, lt;, 1)]}div classo_stat_infofield nameduplicate_lead_count classo_stat_value/span classo_stat_text attrs{invisible: [(duplicate_lead_count, lt;, 2)]}Similar Leads/spanspan classo_stat_text attrs{invisible: [(duplicate_lead_count, gt;, 1)]}Similar Lead/span/div/button
/div 3、如何在notebook标签中加入按钮 直接在notebook标签加入按钮即可需要先创建一个page页面
notebookpage stringPower Shell namepage_powershellfield namedescription placeholder请在这里输入命令~/button string执行脚本 typeobject namesave classoe_highlight data-hotkeyinsert//page
/notebook