7.1
Table Of Contents
- Table of Content
- Overview
- Understanding PrintShop Mail Web
- Getting Started
- The PrintShop Mail Web Interface
- Publishing Workflow
- Ordering Workflow
- New Document
- Order Manager
- Checkout
- Companies
- Users
- Publication Types
- Collections
- Settings
- About
- License
- Roles
- Languages
- Web Design
- Maintenance
- Settings
- Currencies
- Tax Rates
- Shipping Rates
- Calendar
- Production Settings
- User Input Field Defaults
- Output Folders
- Job options
- Printers
- E-mail Settings
- E-mail Addressees
- Managing E-mail Templates
- Modules Settings
- Enabling a MIS connector
- Installed modules
- Properties
- Enabling a Print Production connector
- Installed modules
- Properties
- Requirements
- Configuring the module
- The PayPal Sandbox
- Processing orders
- Requirements
- Configuring the Authorize.net module
- Test mode
- AVS and CCV checks
- Payment page
- Requirements
- Requesting a test account
- Configuring the iDEAL test dashboard
- Configuring the iDeal module
- Requirements
- Configuring the Moneris module
- Test mode
- Requesting a live account
- AVS and CVD checks
- Payment page
- Add a new Module
- Configure a module
- Delete a Module
- XML (eXtensible Markup Language)
- Options
- Sample POST receive script
- Interaction With PrintShop Mail Design
- Introduction to Regular Expressions
- Introduction
- Skinning Guide
- Getting started
- Creating your own skin
- The template file
- HMTL Outline
- Styling
- Key Concepts
- Style organization
- Header
- User information
- Menu bar
- Background
- Overview tables
- Edit forms
- Sub menus
- Special variables
- Variables for template files
- Variables for style files
- Creating page exceptions
- Creating a page specific template file
- Modifying a page specific template file
- DOM manipulation using jQuery
- Launching code on Document Ready
- Populating fields with computed values
- Removing elements from the DOM
- Adding information to the DOM
- Customizing the store front
- Storefront class
- Creating a hierarchical tree
- Adding a live search option
- Copyright Information
- Index
l Required: Marks the field as a required, the user needs to enter data in order to proceed.
l Separator Line: Controls whether a separator line will be shown before this field. With this option web forms that
have more complex variable data can be arranged more logically.
l Field Width: The width of the field in the web form. The minimum width of the data entry field is 1 pixel, the max-
imum width is 2048 pixels. By default the value is set to 300 pixels.
l Field Height: The height of the field in the web form. The minimum height of the input field is 1 line and the maximum
height is 255 lines. By default the value is set to 1 line.
l Max. Input Characters: Defines the maximum number of characters that the user may enter. The number of char-
acters is unlimited. By default the value is set to 256 characters.
l
Regular Expression: Type or paste the expression in this field. Click the -icon to display the Regular Expression
Library. This dialog shows a list of predefined expressions. Double click an expression to copy it to the Item Properties
page. This action will also copy the description to the Description field.
l
Test Data: Enter a sample string in this field and hit the -icon to test the expression.
Default Value
This field type has the following Default Value options:
l Default Value: This pop-up-menu contains a list of items referring to company information and account details. The
selected value defines the initial value for the field and it's retrieved automatically when creating new jobs. This is very
useful for business cards, letterheads and other versioned documents as it will automatically populate the field with
user specific information.
l Custom Value: Enter an initial value for the field. If a value is entered this will overwrite the selected Default Value is
ignored.
Enter three digits (0 through 9)
[0-9]{3}
Dutch postal code (e.g. 2718RP or 2718 RP)
Four digits where the first cannot be a 0.
An optional space
And two uppercase characters
[1-9]{1}[0-9]{3}\s?[A-Z]{2}
Rich Text Editor field
The Rich Text Editor input field allows the end user to apply basic formatting to the entered text. Such as: bold, italic, under-
line, alignment options and lists.
The entered data is converted into a RTF file. The user input field will contain the path to the RTF file. The PrintShop Mail doc-
ument should have a variable with the TEXT_FILE() expression. The value parameter of this expression should state the
name of the user input data field, e.g. TEXT_FILE([Specification]). For more information about the TEXT_FILE() expression
refer to the PrintShop Mail User Guide.
Publication Types
©2010 Objectif Lune Inc - 99 -