On the tree menu in javascript can the Plus sign be changed to a pointer or bullet?
Return to Recent Questions
Q:
I am testing your product, and I would like to know, on the menu
can the Plus sign be changed to expand a menu to a pointer or
bullet?
A:
You can use your own icons instead of Plus sign.
You should use the following parameters:
var texpandBtn=["default.files/expandbtn2.gif","default.files/expandbtn2.gif","default.files/collapsebtn2.gif"];
var texpandBtnW=9;
var texpandBtnH=9;
Return to Recent Questions
|