Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
User's Guide
» WeBuilder 2008
» Key Features
Working with Files
» Working with Files
» Create New File & HTML Document
» Create PHP Script & CSS Style Sheet
» Open Files
» Save & Publish File
» Linked Files Window
» File Explorer
Working with Projects
» Working with Projects
» Create New Project
» Select & Manage Existing Projects
» Publish Project to FTP
» Project Properties Window
» Publish Project Window
Searching & Navigating Text
» Search Text
» Find & Replace
» Using Regular Expressions
» Using Bookmarks
» Using Search Toolbar
» Go to Next or Previous Bracket
Editing...
» Editing Text
» Editing HTML and XHTML
» Editing Style Sheets
» Editing PHP Code
» Editing JavaScript Code
» Editing Scripts
» Code Editing Tools
Previewing...
» Preview HTML Document or PHP Pages
» Configuring PHP Preview
» Preview Style Sheets or Server Side Scripts
» Preview in Web Browser or Document Window
» Internal Preview
» Using Preview Toolbar
» Configure Web Browsers
Reusing Code
» Reusing Code
» Templates
» Library
» Code Templates
» Code Preprocessor
Customizing WebBuilder
» Customize Keyboard Shortcuts
» Change Interface Style
» Text Editor
» Toolbars & Panels
» Development Language Options
 

Templates

Template is a file that contain the structure from which finished files can be derived. Templates help to create finished documents faster. In most cases it takes less time to create a document by adding content to an existing one rather than writing from scratch.

WeBuilder offers some instant templates, but you can also add your own.

Create file from template

To create new file from a template

  1. On the File menu, click New from Template.
  2. In the New from Template window use tabs to locate template you wish to use for your new document.
  3. Select the template with a single click.
  4. Click OK.

Add template

free key logger password recovery freeware memory card video recovery
recover deleted data unerase usb files restore usb drive files
deleted photos recovery best data recovery software group sms

To add your own template

  1. Open the file you wish to use as template.
  2. On the File menu, click Save As Template. Save dialog opens with current folder set to WeBuilder template folder.
  3. Select any existing subdirecotry or create your own subdirectory.
  4. Enter file name and click OK.

Replacement tokens

Replacement tokens are pieces of special code that allows your snippet to be customized dynamically by prompting user input.

Syntax: Replacement tokens may have one of the following forms:

%[Prompt message]%
%[Prompt message]=[default value]%

The last one would result the following dialog box:

Enter Value

Replacement tokens that have equal prompt names ("SomeName" in the example below) , are prompted just once for the first replacement token value. Other tokens will get their values from the first one. See Examples for an example.

%[SomeName]% ..text.. %[SomeName]%

Examples

  • The following snippet allows you to insert custom hyperlink:

<a href="%[Enter URL:]%">%[Enter link text:]=[Hello!]%</a>

When inserting this snippet you are prompted to Enter URL and Enter link text.

  • The following snippet allows you to insert custom option element:

<option value="%[Enter ID]%">%[Enter ID]%</option>

When inserting this snippet you are prompted to Enter ID just once, as value for the second replacement token is read from your first response on the prompt.

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals