[jbosstools-issues] [JBoss JIRA] (JBIDE-14758) Help Button is not working for jQuery Palette Element's Wizard

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Tue Dec 3 13:50:06 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928302#comment-12928302 ] 

Daniel Azarov edited comment on JBIDE-14758 at 12/3/13 1:49 PM:
----------------------------------------------------------------

This can be done just with one line of code like this:
{code}
PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, IJSFHelpContextIds.NEW_JSF_PROJECT);
{code}

in method createPageControls()

All what we need is document topic id.

[~mmurray], do we have topic in our documentation for jQuery Mobile Palette? 
                
      was (Author: dazarov):
    This can be done just with one line of code like this:
{code}
PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, IJSFHelpContextIds.NEW_JSF_PROJECT);
{code}

in method createPageControls()

All what we need is document topic id.

[~mmurray], do we have such topic in our documentation? 
                  
> Help Button is not working for jQuery Palette Element's Wizard
> --------------------------------------------------------------
>
>                 Key: JBIDE-14758
>                 URL: https://issues.jboss.org/browse/JBIDE-14758
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.1.0.Beta2
>            Reporter: Denis Golovin
>            Assignee: Daniel Azarov
>             Fix For: 4.2.x
>
>
> Nothing happens if Help button in dialog footer is pressed

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list