|
Rank: Member Groups: Member
Joined: 2/14/2012 Posts: 10
|
Hi,
I bought a license copy of Essential Object. I've been using EO Toolbar control and trying to set Enable=true/false from code behind. It works on IE but doesn't work on Firefox. what should i do? how would i disable EO Toolbar on Firefox?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to explicitly set each ToolBarItem's Disabled to true. We will change our code in our next release to do this automatically when the ToolBar's Enabled is false.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/14/2012 Posts: 10
|
eo_support wrote:Hi,
You will need to explicitly set each ToolBarItem's Disabled to true. We will change our code in our next release to do this automatically when the ToolBar's Enabled is false.
Thanks! How would I access each toolbaritem from code behind, there is not ID property assigned to each individual toolbar item? should i loop through each item from server side?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Maulin wrote:How would I access each toolbaritem from code behind, there is not ID property assigned to each individual toolbar item? should i loop through each item from server side? You will want to take a look of the reference section of the documentation for such questions. We will do our best to point you to the right direction as needed, but we won't be your shortcut to skip documentation for such simple tasks.
|
|