Show TOC

Creating a New BSP Extension with Composite ElementsLocate this document in the navigation structure

Context

Instead of creating a complete solution using the <htmlb:gridLayout> as in the first implementation, the following selects a two-level implementation.

  • In the first section, a simple HTML code sequence is written using the <table> HTML element. The elements <htmlb:label> and <htmlb:inputField> are used for the actual table content.

  • In the second step, the <htmlb:gridLayout> is added.

Finally, you will see how you can change the layout of all pages simply by changing the new elements.

Procedure