Hi All,
Here is my scenario:
- I have customized all the buttons in taskspace application.
- In an e form i am having submit button and cancel button.
- For the buttons i have applied css and added images for button using javascript function.
- I am calling this javascript function onload of the form ie document.ready()function
- Its working fine and i can able to see the css applied to the button.
- But when i am using set value adapters in the same form eg(choosing country form a drop down and displaying relevant states of that country in another drop down)
- When i am selecting country the adapter executed and fetch all states, the drop down gets the values but in the same time the css applied to the buttons will reset. (kind of Ajax response).
- The css which is applied will reset like default.
- So i have to execute the same javascript function whenever i am using adapters which refresh particulat part of form or refresh the form.
Any one have solutions or idea please help me on this
Thanks in advance
Arun S