Skip to main content
rchil
Known Participant
March 30, 2016
Question

Text Entry Submit button hand cursor

  • March 30, 2016
  • 2 replies
  • 1083 views

I suppose this is still not an automatic feature, but is there a workaround that is supported by HTML5 output? I tried dropping a Rollover Area over the Submit button area. The hand cursor appears but the Submit button no longer works. All works fine in SWF but I need it to work in HTML5 only.

Thanks.

    This topic has been closed for replies.

    2 replies

    April 1, 2016

    There is an option to add a hand cursor for different smart shapes.  If you go into the smart shape then you look at the properties of it.   Look at the Actions.  Next go to the others title.  Under that there are 3 options: Hand cursor (what you want), Double Click, Disable Click Sound.  That might be a possible solution for what you are trying to achieve.

    rchil
    rchilAuthor
    Known Participant
    April 1, 2016

    MichH

    The problem with the Submit button in a Text Entry Box is that there is no Actions button, if there were this would be simple.

    TLCMediaDesign
    Inspiring
    March 30, 2016

    You can use this JavaScript:

    document.getElementById('Text_Entry_Button_1').style.cursor = 'pointer';

    This is for a TEB named "Text_Entry_Box_1", substitute Button for Box.

    rchil
    rchilAuthor
    Known Participant
    March 30, 2016

    Thanks - I will give it a try - do I attached this script to the "On Enter" Action of the slide?

    TLCMediaDesign
    Inspiring
    March 30, 2016

    Should work, I have in the onSlideEnter listener of an external js file.