Difference between revisions of "Deprecated - Custom Field Type: Display Only – Web Page View - Tabbed"

From SmartWiki
Jump to: navigation, search
Line 25: Line 25:
  
 
* '''Field IDs''' – the [[field ID]]s of the Web Page View fields to be referenced. See [[Determining the fieldID]] for instructions.
 
* '''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==
 
==See Also==
 
* [[Web Page View Field]]
 
* [[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}}
 
{{CustomFieldPageFooter}}

Revision as of 14:41, 1 October 2013

Click here to peruse our selection of custom fields.


Field Display

Field View

Cf19.png

Document Window – all Options enabled

Cf20.png

General Description

A Web Page View - Tabbed field is used in conjunction with multiple Web Page View fields to display online PDF versions of the referenced Web Page View fields in a tabbed display.

Field Options

Option Description Format
Custom Field ID The unique ID number associated with the custom field. Not Applicable
Field Type The list of available Field Types. @fieldtype@
Field Name The name of the field, used internally to reference the user's input; @fieldname@
Caption  The leading question or prologue before the field. @caption@
Display Order  The order (relative to other fields) in which this field is displayed. @displayorder@
Description Definition and general description of the custom field. Will not be displayed. @description@
  • Label Display: Determines the location of the field caption. Options include: Left of Field, Above Field, No Caption, Hide Caption. Note: this option was previously called Label Display. (See examples here.)
  • On New Record: Controls how the field should be displayed until record has been saved once.
    • Always Display: Field will be exposed both before and after the record is saved.
    • Hide on New Record: Field will be hidden until record is saved.
    • Only Show on New Record: Field will be exposed until record is saved, and then it will be hidden. This option is useful for fields that provide instructions for filling out forms before saving.
  • Visibility Condition: See the Visibility Condition Wiki page.
  • Field Permission Matrix: See the Field Permission Matrix Wiki page.

Special Options for Field

See Also