HTMLB Element 정리

0. 참고자료 : BSP 태그 설명 (출처 : e-ABAP)

1. button

2. checkbox

3. inputField

4. link

5. listBox

6. radioButton

7. tableView

8. tabStrip

9. textEdit

10. textView

<htmlb:textView text         “<%= gs_index_list-text %>”
                       wrapping = “TRUE”
                      layout       = “BLOCK”                   
                      design      = “STANDARD” />

– wrapping : “TRUE”가 되면 화면 너비에 따른 text 줄바꿈이 자동으로 이루어짐.

– layout : “BLOCK”이 되면 텍스트 반복 출력시, 다음 문장에서 다음 텍스트 출력. <br> 효과

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments