Changes

no edit summary
* '''Field IDs''' – the [[field ID]]s of the Web Page View fields to be referenced. See [[Determining the fieldID]] for instructions.
 
'''Document Options'''
* '''Allow Printing''' – enables the [[User|user]] to print the resultant document.
* '''Allow Editing''' – enables the [[User|user]] to edit the document with the [[HTML Editor]]
* '''Allow New Window''' – displays the document in a new window so the [[Browser|browser’s]] print function can be used.
* '''Allow New Window Automatically''' – automatically displays the document in a new window so the [[Browser|browser’s]] print function can be used.
* '''Allow Switching Language''' - adds a Language Switcher dropdown at the top of the Web Page View: [[Image:LanguageSwitcher.png|link=]]
* '''Is XML''' – indicates that the document is to be prepared as an [[XML]] output.
* '''Automatically Use User ID as File Name''' - when using the PDF or HTML '''Save to Multiple File Field''' options (explained below) the filename of the file stored within the [[Multiple Files]] field will be named with the [[userid]] of the current user.
::'''Note:''' if a file with that name already exists in the [[Multiple Files]] field it will be replaced with the new one, unless the '''Keep Version''' setting is enabled.
* '''HCAI Enabled''' - See[[HCAI Overview]] for additional information.
* '''HCAI Automatically Redirect''' - See[[HCAI Overview]] for additional information.
 
{{PDFOptions}}
 
{{HTMLOptions}}
 
{{FieldPermissions}}
 
==Notes==
===sslogic===
Web Page View fields can use a unique SmartSimple logic interpreter. Web page logic gives you the ability to display certain content or perform certain actions only when specified conditions are met.
SmartSimple logic follows the following template:
<nowiki><!--@sslogic(CONDITION)-->
The content to be displayed when condition is true
<!--@end--></nowiki>
 
See [[sslogic|here]] for further details.
 
===Hyperlink to Web Page View===
You can create a link to a web page view field using the following syntax:
<a href="@''wpv''.value@">Open WPV</a>
Where '''wpv''' is the name of the Web Page View field.
==See Also==
* [[Web Page View Field]]
* [[Web Page View Field Variables]]
* [[Updateable Web Page View Fields]]
* [[Changing the Status from a Web Page View]]
* [[sslogic]]
* [[sscalculation]]
* [[:Category:PDF|PDF Category]]
* [[PDF Writer Custom Tags]]
* [[Adding JavaScript JS files to Web Page View Pages]]
* [[Using Special Characters in Web Page View]]
{{CustomFieldPageFooter}}
8,849
edits