I've added a help file "help-projectNameOrUUID.html" to the same directory as 
my config.jelly file, but just doing that doesn't make the help button show up 
next to the entry in my repeatable block.

I've also tried explicitly setting the help attribute on the entry in the 
repeatable block. When I do this, I get the help button but it only ever tells 
me that it can't find the help file. What should I use for the base path for my 
help file in the help attribute, or is there another way to do this?

  <f:entry>
        <f:repeatable field="tests" var="t" items="tests" minimum="1" 
noAddButton="false" add="Add a Test">
          <table width="100%" border="0">
            <tr>
              <td>
              <table width="100%">
                <f:entry title="Project" field="projectNameOrUUID" 
help="/plugins/test_studio_testlist_runner/TSRunTestsRecorder/help-projectNameOrUUID.html">
                  <f:textbox default="${t.projectNameOrUUID}"/>
                </f:entry>
                <f:entry title="Test" field="testNameOrUUID">
                  <f:textbox default="${t.testNameOrUUID}"/>
                </f:entry>
                </table>
              </td>
              <td valign="bottom" style="vertical-align:middle; 
text-align:right">
                <input type="button" value="Delete Test" 
class="repeatable-delete show-if-not-only" />
              </td>
            </tr>
          </table>
        </f:repeatable>
  </f:entry>    

Thanks,

-Greg

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to