上一页 1 ··· 6 7 8 9 10
摘要: 开发文档链接:https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_override_list_page.htm 1、代码 <apex:page action="{!URLFOR($A 阅读全文
posted @ 2017-04-24 17:39 廖丹 阅读(305) 评论(0) 推荐(1) 编辑
摘要: Visualforce实现过滤、数据列表显示、分页功能 可以参考salesforce官网开发文档:https://trailhead.salesforce.com/modules/visualforce_fundamentals/units/visualforce_standard_list_con 阅读全文
posted @ 2017-03-02 16:06 廖丹 阅读(323) 评论(0) 推荐(1) 编辑
摘要: Visualforce添加过滤器,实现数据的筛选 参考原文:https://trailhead.salesforce.com/modules/visualforce_fundamentals/units/visualforce_standard_list_controllers(官方开发文档) 代码 阅读全文
posted @ 2017-03-02 15:01 廖丹 阅读(781) 评论(1) 推荐(1) 编辑
摘要: Visualforce实现显示Record List(列表) 详细见链接:https://trailhead.salesforce.com/modules/visualforce_fundamentals/units/visualforce_standard_list_controllers(开发者 阅读全文
posted @ 2017-03-02 14:16 廖丹 阅读(367) 评论(0) 推荐(1) 编辑
摘要: 代码实现类似Html的表单(Form) <apex:page sidebar="false" standardController="Account"> <apex:form> <apex:pageBlock title="Edit Account"> <apex:pageMessages></ap 阅读全文
posted @ 2017-03-01 17:25 廖丹 阅读(432) 评论(0) 推荐(1) 编辑
摘要: 打开网址 https://developer.salesforce.com/,点击右上角的Sign up(注册) 在页面输入基本信息 >Name:First(姓名) Last(姓) >Email:自己的邮箱地址 >Role:选择默认Developer >Company:输入公司名字 >Country 阅读全文
posted @ 2017-03-01 15:48 廖丹 阅读(1646) 评论(0) 推荐(1) 编辑
摘要: <apex:page ></apex:page> 在原代码的基础上输入以下代码,表示创建一个包括平台样式的方格,点击Preview预览(类似于Run),对以下代码的解释:sidebar="false"表示不显示侧边栏 <apex:page sidebar="false"> <apex:pageBlo 阅读全文
posted @ 2017-03-01 09:50 廖丹 阅读(524) 评论(0) 推荐(1) 编辑
摘要: Volley架包下载地址:http://download.csdn.net/detail/zhangphil/9053413 (需要第三方登录后才能下载) 阅读全文
posted @ 2016-09-28 16:41 廖丹 阅读(106) 评论(0) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10