January 2015
Intermediate to advanced
478 pages
10h 7m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The updatePie function is called at several places in this demo, such as to remove a series, when the legend checkbox is checked, and more."
A block of code is set as follows:
// Bring up the modify dialog box click: function(evt) { // Store the clicked pie slice // detail into the dialog box $('#updateName').text(evt.point.name); $('#percentage').val(evt.point.y); $('#dialog-form').dialog("option", ...Read now
Unlock full access