As it is today I cannot change the pane margin of a tabset (or am I wrong), but must instead do so by altering the line
in load_skin.js. I would like to be able to modify this value through my java code rather than doing this. Is there any way that I can achieve this?
Further, I would like to be able to programmatically change the little image used in the grid filter, but the only way I've found of doing this so far is by changing the actual image in the skin. Any ideas?
Thanks!
Code:
paneMargin:5
Further, I would like to be able to programmatically change the little image used in the grid filter, but the only way I've found of doing this so far is by changing the actual image in the skin. Any ideas?
Thanks!
Comment