jFormer DocumentationForm Features

Splash Page

Splash Pages are introductory pages that allow you to introduce your form, they accept any HTML and the content is completely custom.

Usage

Constructor

    'splashPage' => true,

Sample Usage

   'splashPage' => array(
		'content' => '

Welcome

', 'splashButtonText' => 'Get Started' )

Splash Page Options

These options are specific to the Splash Page option.

false

splashPage

Array | Accepts an option array consisting of splash page content and button text, may also be just set to true, in which case content and button text are set to default.

null

content

HTML | Receives HTML content that makes up the Splash Page.

Begin

splashButtonText

String | Receives a string, a label for the button on the splash page.

Splash Page Example

  • Demo
  • View Source

Spash Page

This is a splash page, you can put any HTML you want here.

Next Page: Tooltips

This page was last edited on April 25, 2011 at 2:02pm.

0 comments (add a comment)