I am trying to prepare the customized description for my custom fixlet. Customization contains inclusion of text box, dropdown list, radio buttons etc. Then I am using these selection as a input from the user and using action parameter I am passing the selected value to my action script, this is similar to asking the value of a parameter in the pop up during take action.
I am also using the javascript option to validate whether the user selected all the desired values, if not then the alert message display showing that you forget to select the value or enter the value.
The thing that i am trying to do is some what similar that we view in the client deploy tool fixlet, where we choose versions from the dropdown lists and the corrosponding selection is passed to the action script.
The problem that I am facing is that I have to sort the dropdown list items based on selection of another dropdown list seleted value. Means if I select the value A from the first list then in the second dropdown list only items corrosponding to A are visible and my selection in that list limit to those items only and if my selection is B from list one then items corrosponding to it are visible in list second.
What are the possible ways of doing that, or can anyone help me with some docs on how to develop the custom content with the customized description. And the script option that we have in description, what type of scripts we are able to pass in it weather javascript , jquery,etc.
1 Like
Does this help?
Creating parameterized fixlets (
https://www.ibm.com/developerworks/community/wikis/home?lang=ja#!/wiki/Tivoli%20Endpoint%20Manager/page/Creating%20parameterized%20fixlets )
1 Like
I am pretty sure you could use jQuery or similar, but depending on how you load that, it may not work in an airgapped root server.
I’m fairly certain the “Creating parameterized fixlets” will do what you want, but it isn’t super easy to use at first. There are examples out there.