Skip to Content
0
Former Member
Sep 06, 2007 at 12:10 PM

PopupMenu for a link in tableview Cell

37 Views

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