Hello,
I've a question on the code, I don't understand this part.
what do this function aside to store the modification style on an object in a Array ?
I saw that you use many times this function on your porgram but as this function returns a object but this object is not stored, what is his role ?
Thx !
I've a question on the code, I don't understand this part.
Code:
registerView("admin/management/users/UserSetup", function() { $("admin.users.tab1").style.display="block"; $("admin.users.panel1").className="tabPanelFirstHi"; }, null, null, function() { $("admin.users.tab1").style.display="none"; $("admin.users.panel1").className="tabPanelFirst"; } );
I saw that you use many times this function on your porgram but as this function returns a object but this object is not stored, what is his role ?
Thx !
Comment