|
Home > Online Product Documentation > Table of Contents > Options - Application Settings - Custom Document Wizards Options - Application Settings - Custom Document WizardsUse the Custom Document Wizards page to specify information about a document wizard that you define. After you define a custom document wizard here, Stylus Studio adds an entry for your wizard to its Document Wizards dialog box. You can select your document wizard from the Stylus Studio menu bar. Select File > Document Wizards and then your wizard. To display the Options dialog box, select Tools > Options from the Stylus Studio menu bar. Expand Application Settings and click Custom Document Wizards. FieldsDocument type From the drop-down menu, select the type of document that will be imported by Stylus Studio. This is the output of your document wizard and it can be any of the types listed in the Stylus Studio File > New menu. Required. The value you specify here determines the Document Wizards tab on which the icon for your application appears and the editor Stylus Studio uses to open the output file. Icon bitmap
Specify the path for the file that contains the bitmap to be used as the icon in the
Document Wizards dialog box. If you do not specify a location, Stylus Studio displays a default bitmap for your wizard. Click
Command Specify a command line template that Stylus Studio can use to generate the command that starts your application. This should be the same as the command that starts your application except that it has variables in place of actual arguments.
Click
It is often easier to define arguments and then specify the command line.
The variables must be in the form
${InputFile}
${OutputFile}
${LoggingOption}
${SomeArgument}
java -cp my.jar com.exln.stylus.Import ${QuoteChar} ${InputFile} ${OutputFile}
Initial directory
Specify the directory that you want Stylus Studio to set as the current directory when starting your application. Click
Path
Define any paths required to execute your application. You do not need to specify paths that are already in your
Trace execution Boolean value that indicates whether you want Stylus Studio to display tracing information about the selection and execution of the document wizard in the Output Window. This is meant to be used during the development of the custom document wizard and not during normal use of the wizard. This is an optional property. By default, it is false. ButtonsArguments Specify any arguments required by your document wizard.
For More Information |
Improving XSLT and XQuery Performance with Stylus Studio
This online video demonstration covers XQuery and XSLT performance tuning using the Stylus Studio XSLT profiler and the XQuery profiler.
JSP Editor
Edit and Validate JSP 1.2 and JSP 2.0 documents. Includes JSP syntax coloring, JSP code completion and more.
WYSIWYG XSLT Designer
Stylus Studio's powerful and easy-to-use WYSIWYG ("What you see is what you get") XSLT Designer lets you create XSLT stylesheets without writing any code! Go from a blank slate to solid, robust XSLT in minutes, using simple drag-and-drop operations.
HTML Tidy
HTML Tidy is a program for turning HTML into something that can be parsed as XML, unlocking their data for use in XSLT and XQuery programs. Learn how to use HTML Tidy in Stylus Studio now.