cancel
Showing results for 
Search instead for 
Did you mean: 

what is HTMLB?

srinivasarao_kambala4
Active Participant
0 Kudos

what is HTMLB?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi srinivas,

The HTMLB complete APi can be found in this <a href="https://help.sap.com/javadocs/NW04S/current/hb/index.html">https://help.sap.com/javadocs/NW04S/current/hb/index.html</a>

Thanks,

Swathi

pls offer points

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srinivasarao

HTMLB (HTML-Business for Java) provides a full set of easy-to-use Web controls.

For each control there is a general page that describes its usage, types, and design-relevant attributes. A further page describes more technical issues, such as browser compatibility, editing possibility in the Style Editor, and accessibility issues. Thirdly, the Control API page provides a development-oriented view of the control with detailed descriptions of attributes and parameters.

In addition, there are pages that describe general interaction design aspects, such as page layout, correct usage of certain often-used controls, as well as hints on finding the right control for a given purpose.

The HTMLB controls can be used in a DynPage or JSPDynPage in the portal as well as servlets that run on any other servlet machine

Within the Enterprise Portal, the recommended common standard for UI elements is provided by the HTMLB framework. There are two types of HTMLB. They have almost the same scope of functionality but the underlying technology is different.

---The HTMLB for Java class library is used when UI elements are directly included in the source code of a Java class.

-


The HTMLB JSP Tag library is used when the UI development is separated into a standard JSP page.

Regards

Gauri

guillaume-hrc
Active Contributor
0 Kudos

Hi,

It is a collection of elements that facilitates page design.

It greatly improves the coding and avoid mistakes (because the compiler is able to detect syntax errors).

Have a look at sample BSP : SBSPEXT_HTMLB

Please :

1) Assign points for helpful answers

2) Close thread when your question has been answered, and especially :

Thanks in advance.

Best regards,

Guillaume

Message was edited by:

Guillaume Garcia