zoukankan      html  css  js  c++  java
  • Building Applications with Force.com and VisualForce (DEV401) (四):Building Your user Interface

    Dev 401-004:Application essential:Building Your user Interface:

    Module Agenda
    1.Custom Applications
    2.Custom Tabs
    3.Custom page Layouts

    Page Layouts
    1. Page layout define the organization of :
    - fields
    - Custom links
    - Related lists on an object detail or edit page.
    2. Page layout customization include:
    - Field locations
    - page section customization
    - Field properties(visible, read-only and required)
    Note:Establish unique layouts for different business scenarios.

    Module Review
    1. True or False:when building a custom application, developer can include a custom logo for that app.
    True.
    2. True or false:when choosing a style for a custon object tab, developers can create custom styles.
    True.
    3. List things that can be customized on apage layout.
    Field,Location, Button, sections...
    4. If a field is made read-only or required on a page layout, what happens if a user access that field through the API?

    Custom Apps
    1.An application is a logical container for all of the objects, tabs, processes, and service associated with a given business function.
    2.A Force.com custom app consists of a name, a description, an ordered list of tabs, and, optionally, a custom logo and a landing page.
    3.Salesforce provides standard apps such as Sales and Call Center.

    Custom Apps
    1.Custom app logos
    - Custom application display the custom-force logo by default.
    - For custom logos, any GIF orJPG file from the Documents tab vcan be inserted if it is under 20kb size.
    2.Specify custom default landing tab when creating or editing a custom app.
    - Use the Default Landing Tab drop-down menu below the tab selection area of the app creation wizard.

    Custom Tabs
    1. A custom tab is a user interface component you create to display custom object data or eb content embedded in the application.
    2. There are two types of custom tabs:
    - Custom Object Tabs: Display the data of your custom object in a user interface tab.
    - Web Tabs: Display any external web-based application or web page in a user interface tab(more on this later).
    3.Custom tabs will have a Tab Style(color scheme and icon)

  • 相关阅读:
    MySQL------Navicat安装与激活
    MySQL------如何将SQLServer文件数据迁移到MySQL
    WinForm------如何跳转另一个窗口,同时关闭当前窗口
    C#------如何判断输入的是否为纯数字
    WinForm------GridControl显示每行的Indicator中的行号
    WinForm------给GridControl添加搜索功能
    WinForm------分页控件dll下载地址
    WinForm------ToolTipController与GridControl的连用
    利用IE/FF的不同识别CSS来使用浏览器兼容问题
    互换两条记录中的字段值方法(有待测试,,)
  • 原文地址:https://www.cnblogs.com/shgq/p/3257256.html
Copyright © 2011-2022 走看看