Book Image

Visualforce Developer's guide

By : Chamil Madusanka
Book Image

Visualforce Developer's guide

By: Chamil Madusanka

Overview of this book

<p>Visualforce allows you to build sophisticated, custom user interfaces that can be hosted natively on the Force.com platform. Visualforce achieves this with the help of a tag-based language which is similar to HTML. This book aims to introduce you to Visualforce development tools to develop a better perspective towards UI development with Visualforce, and take your expertise in UI development to the next level.</p> <p>"Visualforce Developer's Guide" is a hands-on guide aimed towards developing a custom UI interface. As you read through the content, you will notice that this book focuses on a single real-world example. This book builds upon this example to help you understand and use Visualforce development tools in your custom UI interfaces.</p> <p>"Visualforce Developer's Guide" begins with an introduction to Visualforce to give you an understanding of the MVC model and the Visualforce architecture. Special emphasis is given to building a rich user interface by leveraging JavaScript, jQuery, CSS, and HTML with Visualforce. Through the course of the book, you will learn how to reuse the code with the help of custom components, and minimize the Visualforce and Apex code through Visualforce dynamic binding. The later sections of the book focus on building Visualforce pages for mobile devices. By the end of the book, you will learn the best practices and security tips for Apex and Visualforce development.</p>
Table of Contents (17 chapters)
Visualforce Developer's Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Limitations and considerations of Visualforce charting


When Force.com released the Visualforce charting feature, they announced a few known limitations and considerations for Visuaforce charting, which are as follows:

  • Visualforce charting can be rendered only in Scalable Vector Graphics (SVG) supported browsers.

  • Visualforce charts cannot be displayed in pages rendered as PDFs because Visualforce charting uses JavaScript to draw the charts.

  • Visualforce charting is not used in e-mail messages or e-mail templates because e-mail clients do not support JavaScript's execution in e-mail messages.

  • When we develop a Visulforce page with Visualforce charting, we need to use a JavaScript debugging tool such as Firebug to track errors and messages returning from Visualforce charting to the JavaScript console.

  • Dynamic Visualforce charting (Apex-generated) is still (as of Spring 2013) not supported by the Force.com platform. However, this feature is supposed to be released soon.