From version 4.0.19.10 and higher, users can create an Application only from AppSpace. The User can then create a Page inside the Application. Once the page is created, AppSpace will redirect you to Page Designer to design the pages.
Now let us see how to create a simple Hello World page.
How to create a simple Web Page from AppSpace. To create an application on AppSpace, first log in to AppSpace and then click on the Create new app button.
When creating an application, users can create it as a Web Application or a Mobile App. Choose the WEB platform for your application and enter the details.
Click on Create button then the display will show the status create the application.
When the status shows 100% that means your application is created. Click on the Done button to close the status window
Click on the application icon to open your app. The System will redirect the user to the components page.
Click on Create Pages icon.
Enter page details and click Start Design to redirect to Page Designer.
Once you finish creating the page, you need to deploy your page to be accessed by an URL. For that ONEWEB provides the Build & Download button in the Application menu.
When you click on the Build & Download, wait for a few moments for it to build all the pages in your application. Once it completes, a "Build succeed" message will be displayed, indicating that the build was successful. The files will then be exported as a zip file and will download to your machine.
To preview this page on the browser, you can use the URL: http://(IP Application server)/(ApplicationCode). In this case your applicationCode is 'DemoApplication'.
To deploy this web page to the real environment, users can copy the downloaded zip file to a web server like Apache or IBM HTTP Server and map the domain for the site. Now users access the web page through the domain URL.
Once inside the Page Designer screen for designing web pages, the User can follow the below steps to create a simple web page.
The system redirected the user to the page setup screen where the user can add the content to the page. For creating content, users can simply drag and drop the desired UI elements from the components panel and place them on the page.
To create a sample 'Hello World' page, click the icon to upload new images into the application and also to browse through already uploaded images. Drag the image from the images panel on the left side and drop it on the top of the Container.
Drag Handle: Use this to drag the Text to a different row.
Select Container: Use this to select the Div., Col., Row or full container.
Edit: Use this to write, edit or change content font or style of this text box.
Delete: Remove the text block from your web page.
Duplicate: Copy and duplicate the component selected.
Connect to Data: Connect to data from Microflow or store or local database to create dynamic contents.
Translation: To support multiple language in the Pages.
Type "Hello World" instead of Template Heading
Click on the Template Heading and select in the menu bar on top of the heading for edit
Save the changes to your page by clicking on the save iconat the top panel.