Salesforce chatter:userPhotoUpload Component 使用


 1,chatter:userPhotoUpload 组件 在 VF Page中直接应用 ,前提是apex:page 的属性 showHeader="true"  即可直接应用 。

代码 如下: <chatter:userPhotoUpload showOriginalPhoto="true"></chatter:userPhotoUpload> 


2,有时我们做一些定制界面,是不需要Page Header 即showHeader="false" ,如果这个时候在页面中引用 photoUpload组件,需要加入其依赖的一些JS和CSS,代码如下:

<link href="/sCSS/37.0/sprites/1466024068000/Theme3/default/sf/elements.css" rel="stylesheet" type="text/css"/>

<script type="text/javascript">
            
            window.sfdcPage = new GenericSfdcPage();
            
            function bodyOnLoad() {
                setFocusOnLoad();
                if (typeof(startSessionTimer) != 'undefined') {
                    startSessionTimer();
                }
                if (typeof(ActivityReminder) != 'undefined') {
                    ActivityReminder.initialize([], false, false);
                }
                if ((window.sfdcPage) && (sfdcPage.executeOnloadQueue)) {
                    sfdcPage.executeOnloadQueue();
                }
                SearchClickLoggingUtil.setClickLoggingServletPath("/_ui/search/logging/SearchClickLoggingServlet");
                new UnifiedSearchAutoCompleteElement("phSearchInput", "/_ui/common/search/client/ui/UnifiedSearchAutoCompleteServlet", 1, {}, true, null, "phSearchForm", ["div", "searchOwner", "asPhrase", "sen"], {}, true, 3, 100);
                new UnifiedSearchButton("searchButtonContainer", "phSearchButton", "headerSearchRightRoundedCornerMouseOver", "phSearchForm");
                if (window.PreferenceBits) {
                    window.PreferenceBits.prototype.csrfToken = "VmpFPSxNakF4Tmkwd055MHhOMVF3T1RvMU5EbzFOQzQyT1RaYSxUY3NQS2MwUGZtT3hPVEhtSlh1NUpFLE1HVXdaalF3";
                }
            }
            function bodyOnBeforeUnload() {
                if ((window.sfdcPage) && (sfdcPage.executeOnBeforeUnloadQueue)) {
                    sfdcPage.executeOnBeforeUnloadQueue();
                }
            }
            function bodyOnFocus() {
                closePopupOnBodyFocus();
            }
            function bodyOnUnload() {
            }
            
            </script>



当然,最后别忘记调用JS ,如下:

 <body οnlοad="if(this.bodyOnLoad()){bodyOnLoad()}"  >


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值