Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.83 KB

edit-the-html5-application-e42cc15.md

File metadata and controls

33 lines (16 loc) · 1.83 KB

Edit the HTML5 Application

SAP Web IDE already created an HTML page for your project. You now adapt this page.

Context

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

Procedure

  1. In SAP Web IDE, expand the project node in the navigation tree and open the HelloWorld.view.js using a double-click.

  2. In the HelloWorld.view.js view, replace Title in the title: "{i18n>title}" line with the title of your application Hello World.

  3. Save your changes using Save ().

  4. To test your Hello World application, select the index.html file and choose Run ().