cancel
Showing results for 
Search instead for 
Did you mean: 

PopupMenu for a link in tableview Cell

Former Member
0 Kudos

Hello Guru,

In ITERATOR~RENDER_CELL_START i have this code :

  l_bee_link = CL_HTMLB_LINK=>FACTORY(
                                     ID              = ls_id_id
                                     TEXT          = value
                                     reference    = ls_clef
                                     ONCLICK    = 'M_LINK'
                                     TOOLTIP     =  bull_value ).
          li_level = li_level + 1.

          cellule_bee->add( level       = li_level
                                    element   = l_bee_link ).

I want to have a popup menu on this link, is it possible ?

I try to use : CL_PHTMLB_POPUPTRIGGER but how can i use this with the CL_HTMLB_LINK ?

Thanks a lot.

Thierry Chiret

Message was edited by:

Thierry CHIRET

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

check this wiki entry

https://wiki.sdn.sap.com/wiki/display/BSP/HTMLB

(read subheading "How to render a clickable image in iterator?")

this is about using two p_replacement_bee for one cell. the example quoted in the wiki uses link and image.

Regards

Raja

Answers (0)