1.6
Table Of Contents
- Table of Contents
- Welcome to PrintShop Mail Connect 1.6.1
- Setup And Configuration
- System and Hardware Considerations
- Installation and Activation
- Installation Pre-Requisites
- User accounts and security
- The Importance of User Credentials on Installing and Running PrintShop Mail C...
- Installing PrintShop Mail Connect on Machines without Internet Access
- Installation Wizard
- Running Connect Installer in Silent Mode
- Activating a License
- Migrating to a new computer
- Uninstalling
- The Designer
- Generating output
- Optimizing a template
- Generating Print output
- Saving Printing options in Printing Presets.
- Connect Printing options that cannot be changed from within the Printer Wizard.
- Print Using Standard Print Output Settings
- Print Using Advanced Printer Wizard
- Adding print output models to the Print Wizard
- Splitting printing into more than one file
- Variables available in the Output
- Generating Tags for Image Output
- Generating Email output
- Print Manager
- Release Notes
- Copyright Information
- Legal Notices and Acknowledgments
Function Description
"addClass()"
on page430
Adds the specified class to each element in a set of HTML elements.Has
no effect if the class is already present.
"after()" on
page431
Inserts contentafter each element in a set of HTML elements..
"append()" on
page433
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page436
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page437
Inserts content before an element or before each element in a set of HTML
elements.
"css()" on
page441
Gets the value of a style property for the first element in set of HTML
elements or sets one or more CSS properties for every element in a set of
HTML elements.
"children()"
on page439
Returns the immediate children of an HTML element.
"clone()" on
page439
Returns a new result set containing a copy of each element in a set of
HTML elements.
"filter()" on
page451
Returns a subset of the current result set.
"find()" on
page452
Performs a search for a text in the children of each element in a set of
HTML elements, and returns a new result set with elements that surround
the occurrences.
"hasClass()"
on page455
Returns true if the first element in this result set has the specified class.
Page 473










