Cargando…

Visualforce development cookbook : over 75 recipes to help you create powerful custom pages, simplify data-entry, and enrich the Salesforce user interface /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bowden, Keir (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2013.
Colección:Professional expertise distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn861537046
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 131008s2013 enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d UMI  |d S4S  |d COO  |d DEBBG  |d DEBSZ  |d OCLCQ  |d OCLCF  |d OCLCQ  |d COCUF  |d CNNOR  |d MOR  |d CCO  |d PIFAG  |d N$T  |d IDEBK  |d HEBIS  |d MHW  |d MEAUC  |d EBLCP  |d FEM  |d ZCU  |d OCL  |d AGLDB  |d MERUC  |d OCLCQ  |d U3W  |d D6H  |d STF  |d VTS  |d CEF  |d NRAMU  |d ICG  |d NLE  |d INT  |d VT2  |d OCLCQ  |d UKMGB  |d G3B  |d TKN  |d OCLCQ  |d UAB  |d DKC  |d OCLCQ  |d UKAHL  |d OCLCO  |d QGK  |d OCLCQ 
016 7 |a 018005516  |2 Uk 
019 |a 859389545  |a 864886721  |a 961558789  |a 962710593  |a 968013619  |a 969021575  |a 1259095950 
020 |a 9781782170815  |q (e-book) 
020 |a 1782170812  |q (e-book) 
020 |a 1782170804 
020 |a 9781782170808 
020 |a 1299916554 
020 |a 9781299916555 
020 |z 9781782170808 
029 1 |a AU@  |b 000052404084 
029 1 |a CHNEW  |b 000636522 
029 1 |a CHNEW  |b 001052176 
029 1 |a CHVBK  |b 567709965 
029 1 |a DEBBG  |b BV041632840 
029 1 |a DEBBG  |b BV041776824 
029 1 |a DEBBG  |b BV044063267 
029 1 |a DEBSZ  |b 404322689 
029 1 |a DEBSZ  |b 493129758 
029 1 |a DKDLA  |b 820120-katalog:999940979705765 
029 1 |a NZ1  |b 15908206 
029 1 |a UKMGB  |b 018005516 
035 |a (OCoLC)861537046  |z (OCoLC)859389545  |z (OCoLC)864886721  |z (OCoLC)961558789  |z (OCoLC)962710593  |z (OCoLC)968013619  |z (OCoLC)969021575  |z (OCoLC)1259095950 
037 |a CL0500000348  |b Safari Books Online 
050 4 |a QA76.76.A65  |b B69 2013eb 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051000  |2 bisacsh 
072 7 |a COM  |x 089000  |2 bisacsh 
072 7 |a COM  |x 070000  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Bowden, Keir,  |e author. 
245 1 0 |a Visualforce development cookbook :  |b over 75 recipes to help you create powerful custom pages, simplify data-entry, and enrich the Salesforce user interface /  |c Keir Bowden. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2013. 
300 |a 1 online resource (334 pages) :  |b illustrations (chiefly color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Professional expertise distilled 
588 0 |a Online resource; title from PDF title page (ebrary, viewed October 8, 2013). 
500 |a Includes index. 
520 8 |a Annotation  |b Visualforce, in conjunction with Apex, makes it easy to develop sophisticated, custom UIs for Force.com desktop and mobile apps without having to write thousands of lines of code and markup. The "Dynamic Binding" feature of Visualforce lets you develop generic Visualforce pages to display information related to the records without necessarily knowing which data fields to show. This is accomplished through a formula-like syntax, which makes it simple to manage even a complex hierarchy of records."Visualforce Development Cookbook" provides solutions for a variety of challenges faced by Salesforce developers and demonstrates how easy it is to build rich, interactive pages using Visualforce. Whether you are looking to make a minor addition to the standard page functionality or override it completely, this book will provide you with the required help throughout."Visualforce Development Cookbook" starts with explaining the simple utilities and builds up to advanced techniques for data visualization and reuse of functionality. This book contains recipes that cover various topics like creating multiple records from a single page, visualizing data as charts, using JavaScript to enhance client-side functionality, building a public website and making data available to a mobile device."Visualforce Development Cookbook" provides lots of practical examples to enhance and extend the Salesforce user interface 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:General Utilities; Introduction; Overriding standard buttons; Data-driven styling; Turning off an action poller; Visualforce in the sidebar; Passing parameters to action methods; Reacting to URL parameters; Passing parameters between Visualforce pages; Opening a pop-up window; Adding a launch page; Testing a custom controller; Testing a controller extension; Chapter 2:Custom Components; Introduction; Passing attributes to components. 
505 8 |a Updating attributes in component controllersPassing action methods to components; Data-driven decimal places; The custom iterator component; Setting a value into a controller property; Multiselecting related objects; Notifying the containing page controller; Chapter 3:Capturing Data Using Forms; Introduction; Editing a record in Visualforce; Adding error messages to field inputs; Adding error messages to nonfield inputs; Using field sets; Adding a custom lookup to a form; Adding a custom datepicker to a form; Retrieving fields when a lookup is populated; Breaking up forms with action regions. 
505 8 |a The ""Please wait"" spinnerAvoiding validation errors with action regions; Action chaining; Errors -- harmful if swallowed; Chapter 4:Managing Records; Introduction; Styling fields as required; Styling table columns as required; Attaching an image to a record; Managing attachments; Maintaining custom settings; Refreshing record details from embedded Visualforce; Using wrapper classes; Changing options based on the user input; Changing page layout based on the user input; Form-based searching; Chapter 5:Managing Multiple Records; Introduction; Preventing duplicates by searching before creating. 
505 8 |a Editing a record and its parentManaging a list of records; Converting a lead; Managing a hierarchy of records; Inline-editing a record from a list; Creating a Visualforce report; Loading records asynchronously; Chapter 6:Visualforce Charts; Introduction; Creating a bar chart; Creating a line chart; Customizing a chart; Adding multiple series; Creating a stacked bar chart; Adding a third axis; Embedding a chart in a record view page; Multiple charts per page; Chapter 7:JavaScript; Introduction; Using action functions; Avoiding race conditions; The confirmation dialog; Pressing Enter to submit. 
505 8 |a TooltipsThe character counter; The onload handler; Collapsible list elements; The scrolling news ticker; Carousel messages; Hiding buttons on submit; Client-side validation; Trapping navigation away; Chapter 8:Force.com Sites; Introduction; Creating a site; Record and field access; Retrieving content from Salesforce; Web to lead form; Creating a website template; Adding a header menu to a template; Adding a sidebar to a template; Conditional rendering in templates; Chapter 9:jQuery Mobile; Introduction; Mobilizing a Visualforce page; Navigation and transitions; Adding a navigation bar. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Application software  |x Development. 
650 0 |a User interfaces (Computer systems) 
650 0 |a Information visualization. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Interfaces utilisateurs (Informatique) 
650 6 |a Visualisation de l'information. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x User Interfaces.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Visualization.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Information visualization.  |2 fast  |0 (OCoLC)fst00973185 
650 7 |a User interfaces (Computer systems)  |2 fast  |0 (OCoLC)fst01163191 
776 0 8 |i Print version:  |z 9781299916555 
830 0 |a Professional expertise distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=643353  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26849676 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1389352 
938 |a ebrary  |b EBRY  |n ebr10769880 
938 |a EBSCOhost  |b EBSC  |n 643353 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26249693 
994 |a 92  |b IZTAP