Mobile web Wearable web

Project Wizard

The Tizen Web Project Wizard is an IDE tool that is used to create a Web application project.

The Tizen IDE provides various project templates that make it easier for you to start coding your application. When you create a new project, you can select a specific template, which the Tizen Web Project Wizard uses to automatically create basic functionalities for the Web application. The default project files and folders are also created.

On the main page of the Tizen Web Project Wizard, you can set basic properties of a project, such as the project name, location, and working sets.

Figure: Project Wizard

Project Wizard

The options you can set are listed in the following table.

Table: Project Wizard options
Option Description
Tab You can create an application based on a template or sample application.
Application type Select the application type. It can be previewed in the description view on the right.
Project name Enter the name for the project to be created.

The project names are restricted to the following regular expression: [a-zA-Z]{1}[a-zA-Z0-9-]{1,24}.

Profile Select the project's profile.
Version Select the profile version.
Use default location If you check this option, the project is created in the $<workspace_location>/$<project_name> directory.
Location Manually select the location of the project. If you check the Use default location checkbox, this option is disabled.
Working sets If you want to include your project as a specific working set, select a working set.
Go to top