on ‎2005 Jan 21 4:58 PM
Hi,
I am having scenario to put 3 radio buttons (for 3 columns as group) in table view using table view iterator.
How can I create a radio button like input field in iterator through CL_HTMLB_RADIOBUTTON class.
Can anybody please give me solution how to do it.
Thanks in advance
Srinivas S
Request clarification before answering.
Hi,
check out this weblog by Brian.
/people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
code for radiobutton would be like below in the IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START method.
p_replacement_bee = cl_htmlb_radiobutton=>factory
EXPORTING
* CHECKED =
* DISABLED = 'FALSE'
* ENCODE = 'TRUE'
id =
* ID_POSTFIX =
* KEY =
* ONCLICK =
* ONCLIENTCLICK =
* TEXT =
* TOOLTIP =
receiving
element =
.
Regards
Raja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.