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

From SmartWiki
Jump to: navigation, search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:PlayingCard-WebPageViewTabbed-5s.jpg|thumb|150px|Click [http://www.smartsimple.com/images/customfield/cards.html here] to peruse our selection of custom fields.]]
+
{{Deprecated}}
  
 +
<u>'''Field Display'''</u>
  
<u>'''Field Display'''</u>
+
[[Image:TabbedWPV.png|link=]]
  
'''Field View'''
+
<u>'''General Description'''</u>
  
[[Image:Cf19.png]]
+
A '''Web Page View - Tabbed''' field is used in conjunction with multiple [[Custom Field Type: Display Only – Web Page View|Web Page View]] fields to display online PDF versions of the referenced Web Page View fields in a tabbed display.
 
'''Document Window – all Options enabled'''
 
  
[[Image:Cf20.png]]
 
 
<u>'''General Description'''</u>
 
 
A '''Web Page View - Tabbed''' field is used in conjunction with multiple [[Custom Field Type: Display Only – Web Page View|Web Page View]] fields to display online PDF versions of the referenced Web Page View fields in a tabbed display.
 
 
 
{{FieldOptions}}
 
{{FieldOptions}}
 
{{LabelAboveField}}
 
{{LabelAboveField}}
Line 21: Line 14:
 
{{VisibilityCondition}}
 
{{VisibilityCondition}}
 
{{FieldPermissionMatrix}}
 
{{FieldPermissionMatrix}}
 
<u>'''Special Options for Field'''</u>
 
  
* '''Field IDs''' – the [[field ID]]s of the Web Page View fields to be referenced. See [[Determining the fieldID]] for instructions.
+
<u>'''Special Options for Field'''</u>
 
 
'''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}}
 
  
 +
* '''Field IDs''' – the [[Custom Field ID]]s of the Web Page View fields to be referenced.
 +
** List the IDs relating to the Web Page View fields you want to display in a tabbed format.
 +
** Custom field IDs should be separated by commas (example: ''282076,282077'').
 +
** See [[Custom Field ID|Determining the Field ID]] for instructions on locating the field IDs.
 
==Notes==
 
==Notes==
===sslogic===
+
** The tab names will be determined by the [[caption]]s set for the referenced Web Page View fields.
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.
+
** The permissions set for printing, saving, etc. within the individual Web Page View fields will be ignored: the Web Page Views will be displayed in PDF format in the user's browser in this field and will be downloadable and printable.
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]]
+
<!--{{CustomFieldPageFooter}}-->
* [[Updateable Web Page View Fields]]
+
[[Category:Deprecated]]
* [[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}}
 

Latest revision as of 15:25, 31 August 2018


Ambox warning pn.png This feature is deprecated and should no longer be used, but may still be available for reasons of backwards compatibility.

Field Display

TabbedWPV.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

  • Field IDs – the Custom Field IDs of the Web Page View fields to be referenced.
    • List the IDs relating to the Web Page View fields you want to display in a tabbed format.
    • Custom field IDs should be separated by commas (example: 282076,282077).
    • See Determining the Field ID for instructions on locating the field IDs.

Notes

    • The tab names will be determined by the captions set for the referenced Web Page View fields.
    • The permissions set for printing, saving, etc. within the individual Web Page View fields will be ignored: the Web Page Views will be displayed in PDF format in the user's browser in this field and will be downloadable and printable.

See Also