Home Forums Presentation Controls I'm trying to invoke a right click event from a control.

Viewing 3 reply threads
  • Author
    Posts
    • #7700
      Spencer WallsworthSpencer Wallsworth
      Participant

      Inside a customized control I am trying to fire an event when right clicking a label.

      Is it possible to either get mouse information from the parameter or call a different event.

      If not, when will this feature be supported in NexJ?

      Thank you!

       

       

      0
    • #7735
      norairnnorairn
      Participant

      Have you implemented a custom javascript control, or used an HTML label with markup generation via scheme?

      0
    • #7745
      Spencer WallsworthSpencer Wallsworth
      Participant

      Yes, I have. It looks like the control has an association with SimpleHTMLLabelView.
      I can pass an event to the control and generate a URL to invoke the event with
      (@ event sUIEvent nParameters). I could associate mouseup with javascript to determine the mouse button but then I have no idea how to trigger the scheme event from it.

       

      0
      • #7752
        Spencer WallsworthSpencer Wallsworth
        Participant

        Sorry, due to poor formatting the code has been cut off.

        0
        Attachments:
        You must be logged in to view attached files.
    • #7768
      Ed ShawEd Shaw
      Keymaster

      Spencer,

      We do support right-mouse click menus on standard controls, but support only click events on custom controls currently.  In upcoming releases, we will be providing additional capabilities around rendering and markup generation, but the timeframe on this is not fixed yet.

      We will keep the community posted here through announcements and articles as these features become available.

      Thanks,

      Ed

      0
Viewing 3 reply threads
  • You must be logged in to reply to this topic.