javascript - Jenkins plugin advanced development -
i trying create advanced feature in jenkins plugin no idea start.
i wanted create table has dynamically row added checkbox in 1 column , value of selected checkboxes.
please me out for. a) generate dynamically table. b) add checkbox in column , checked value.
after week of rnd. jenkins tag library not provided control has 1 control make happy.
<f:block></f:block>
in block can create table or other html controls.
for dynamically created rows , coloumns should use javascript in <script />
tag not requried type in html.
guys tried jquery jenkin stapler not allow this, because sign of dollar used stapling classes in jenkin.
if know data generating dynamic row that's ok. if data came server side have implement ajax functionality.
for ajax functionality in jenkins use link.
"https://wiki.jenkins-ci.org/display/jenkins/ajax+with+javascript+proxy"
Comments
Post a Comment