- Flash Facebook Cookbook
- James Ford
- 182字
- 2021-04-02 18:51:28
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Our user interface should include two Button
components—login_btn
and logout_btn.
"
A block of code is set as follows:
function tryRequest():void { var data:Object = new Object(); data.message = "Hello world!"; Facebook.postData("/me/feed", onPostStatusCallback, data); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<s:Button buttonMode="true"
click="requestThePermissions()"
enabled="false" height="32" id="request_btn"
label="Request Permissions" width="100%" />
Any command-line input or output is written as follows:
SELECT x FROM page WHERE page_id = 19292868552
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "We should update the user interface to initially disable the Request Permissions and Post status message buttons".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 數據、模型與決策:基于Excel的建模和商務應用
- ANSYS 14熱力學·電磁學·耦合場分析自學手冊
- 架構之美
- 鍵盤錄入技術(第2版)
- 微信小程序開發(fā)入門與實踐
- 移動App測試的22條軍規(guī)
- CorelDRAW X5實用教程(第2版)
- Android從入門到精通
- PowerPoint 2013從新手到高手(超值版)
- 中文版Photoshop CS6完全自學手冊(超值版)
- 24小時學會Word-Excel-PowerPoint 2010三合一
- 企業(yè)虛擬化實戰(zhàn):VMware篇
- 平面設計師實戰(zhàn)教程
- 中文版Corel DRAW X5案例實訓教材
- Flash CS6 動畫制作實戰(zhàn)從入門到精通