2017
Table Of Contents
- Contents
- Introduction
- Quark digital publishing options
- Defining your goals and limitations
- Hardware, operating systems, and formats
- General design approach
- Mistakes to avoid
- Projects and Layouts
- Digital layouts
- Creating a digital layout
- Working with layouts
- Adding interactivity to digital layouts
- Working with interactivity actions
- East Asian features in Digital layouts
- Text in Digital layouts
- Fonts in Digital layouts
- Hyperlinks in Digital layouts
- Groups in Digital layouts
- Synchronizing content between orientations
- Updating missing files
- Reviewing Digital Publishing asset usage
- Working with Reflow
- Creating a TOC for ePub or Kindle
- Working with eBook metadata
- Digital layouts
- Working with output styles
- HTML5 Publications
- Exporting for ePub
- Exporting for Kindle
- The App Studio feature
- Understanding App Studio
- Creating an App Studio issue
- Creating an App Studio app
- Preparing to submit an App Studio app to Apple
- Creating your developer account
- Getting your iPad's device ID
- Creating your iOS Development Certificate
- Creating your iOS Distribution Certificate
- Registering devices
- Creating an app ID
- Setting up for push notifications
- Creating a Development Provisioning Profile
- Creating an App Store Provisioning Profile
- Creating an app description in iTunes Connect
- Setting up in-app purchases
- Preparing to submit an Android App Studio app
- Requesting an App Studio app
- Updating an App Studio app
- Preparing to submit an App Studio app to Apple
- Submitting an app to Apple
- Submitting an Android app
- Exporting as an iOS app
- Legal notices
- Index
•
Use the pageFitButton to show/hide the button that can toggle between the
page fitting options (ie Fit Page to Window (autofit mode) and Fit Width).
•
Use the spreadToggleButton to show/hide the toggle button which can help
switch between Single Page display or Facing Pages display for a publication
with facing pages.
If the publication has only single pages, then this button is not available by default
(irrespective of the setting).
"features" : {
"tableOfContents" : true,
"toolbar" : true,
"scrubber" : true,
"toolbarView" : true,
"storeAccessibility" : false,
"variantSwitching" : false,
"socialSharing" : true
"globalAudioPlayer" : true,
"pageNavigation" : true,
"fullScreen" : true,
"pageFitButton" : true,
"spreadToggleButton" : true,
}
"toc": {
"showImage": false,
"showHTMLTitle" : true,
"showDescription": true,
"titleLines" : 4,
"descriptionLines" : 2,
"tocBanner" : true
},
"scrubber": {
"filmStrip" : true
},
"filmStrip": {
"mouseHoverNavigation" : false
}
"options": {
"facebookShare" : true,
"twitterShare" : true,
"emailShare" : true,
"linkedinShare" : true
}
Social sharing configuration
Use the socialSharing and features sections to configure the social media sharing
options for your app.
• To enable/disable the social sharing button from the toolbar, use the
socialSharing parameter of the <features> section.
• To enable/disable the available sharing options, use the parameters of the
<options> section (i.e. twitterShare, facebookShare, emailShare,
linkedinShare).
70 | DIGITAL PUBLISHING WITH QUARKXPRESS 2017
HTML5 PUBLICATIONS