Visualforce関連

Salesforce中仅使用Apex进行打包下载多个附件

在这篇文章的两年前,我曾经共享过一篇关于 如何Salesforce中用Apex+JSZip打包下载多个附件 的 […]

read more

在自定义标签中使用HTML标签(e.g. 换行符)

Custom Label is a really useful feature in Salesforce, […]

read more

在Visualforce Page中显示地址类型字段

地址类型是Salesforce中比较特殊的一种复合型结构化字段类型、无法在Visualforce页面上直接访问 […]

read more

在VF的apex:repeat循环中判定奇・偶数行

有时候我们需要在标签中判定是否为奇数或者偶数,比如为Table每行动态输出交互性颜色的情况下。 以下是比较简单 […]

read more

Calculate the difference between two DateTimes in Salesforce

In Formula Calculate the second difference between two […]

read more

Line break character may be escaped by JS in Visualforce Page

The line break character may be changed, if it is sent […]

read more

Salesforce的reRender在含有rendered属性的对象上无效的问题

在Salesforce中,如果仅仅使用reRender对象的rendered属性来实现对象的显示・隐藏的话,将 […]

read more

Salesforce中的RemoteAction和webService

Salesforce中,如果想要从Visualforce Page进行数据异步获取时,RemoteAction […]

read more