The Script Generator Window

The Script Generator window is used to insert WML tags, ASP scripts and PHP scripts.

parent.gif

The Up One Level button is used to move one level up the folder structure.

nouveau_asp.gif

This command allows you to create a new custom tag. The dialog box that is displayed when the command is executed allows you to define more parameters:

  • In the text box this is new, indicate whether you want to create a command or a category folder.

  • In the text box Path, indicate the location where you want to store this script or folder. By default, the display shows the location where you were located before
    the command was executed.

  • In the following text boxes, enter the information which will allow you to identify your script later.

A script is identified by the red color.

A personalized script or tag  ASP/PHP/WML  is identified by the red color:

for a command ASP/PHP/WML;

for a folder.

supprime_asp.gif

This command allows you to delete a command. It is only enabled when a script is selected in the bottom portion of the window.

You can only delete custom scripts and tags.

disposition_asp.gif

These commands allow you to modify the display of the bottom area of the window.

bouton_asp.gif

When the button is pressed, the <% %> tags are inserted around the ASP commands or the <? ?> tags are inserted around the PHP commands inserted in the text.

If the button is not enabled, CuteHTML Pro inserts the command:

Application.Contents( <Key name> )

When the button is enabled, CuteHTML Pro inserts the following for an ASP command:

<% Application.Contents( <Key name> )%>

or

When the button is enabled, CuteHTML Pro inserts the following for a PHP command:

<? variableName = 45; ?>

dossier.gif

The Folders button displays the structure of folders, in a similar fashion as in Windows File Explorer.

Reset

This command allows you to reset the default values for the script/tag directories. This command deletes the scripts and tags which you customized.