- PrimeFaces Theme Development
- Andy Bailey Sudheer Jonna
- 194字
- 2021-07-09 21:12:20
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Fortunately, the schedule component provides a simple client-side API, which includes the update()
method to save the bandwidth and increase the page load performance."
A block of code is set as follows:
<h:form id="mainform"> <h:panelGrid id="maintable" columns="2"> <h:outputLabel id="simpleLabel1" value="A standard inputText component:" for="standardInput"/> <h:inputText id="standardInput"/> <p:outputLabel id="pfLabel2" value="A PrimeFaces inputText component:" for="pfInput"/> <p:inputText id="pfInput"/> </h:panelGrid> </h:form>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<p:submenu id="chapter2" label="Chapter 2">
<p:menuitem id="c2difference" value="Differences" url="/chapter2/difference.xhtml"/>
<p:menuitem id="c2morecomponents" value="Mini Showcase" url="/chapter2/morecomponents.xhtml"/>
</p:submenu>
Any command-line input or output is written as follows:
git clone https://github.com/primefaces/showcase.git
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: "Choose the file or drag and drop the ThemeRoller theme in the ZIP format and click on the create theme jar button."
- Learning Docker
- Instant 960 Grid System
- 游戲程序設(shè)計教程
- Java程序設(shè)計與實踐教程(第2版)
- Mastering Python Networking
- jQuery開發(fā)基礎(chǔ)教程
- Oracle從入門到精通(第5版)
- Scala編程實戰(zhàn)(原書第2版)
- Android系統(tǒng)原理及開發(fā)要點詳解
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實戰(zhàn)
- C語言程序設(shè)計
- Python Deep Learning
- Appcelerator Titanium:Patterns and Best Practices
- 你真的會寫代碼嗎
- UML基礎(chǔ)與Rose建模實用教程(第三版)