Welcome Guest Search | Active Topics | Sign In | Register

How i can access to Style of EO Control? Options
Maxim
Posted: Sunday, January 11, 2009 4:38:56 AM
Rank: Advanced Member
Groups: Member

Joined: 12/26/2008
Posts: 45
Hi

var trView = eo_GetObject('<%=MyTreeView.ClientID %>');



System.Web.UI.WebControls.WebControl
EO.Web.WebControlBase
EO.Web.WebControl
EO.Web.DataBoundControl
EO.Web.BaseNavigator
EO.Web.TreeView

System.Web.UI.WebControls.WebControl is a Base Class for TreeView. But i can't find trView.Attributes["cursor"].

Pls, Help.

Thanks.
eo_support
Posted: Sunday, January 11, 2009 4:56:46 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,089
eo_GetObject is client side. Attributes is server side. They are totally different things.
Maxim
Posted: Sunday, January 11, 2009 5:02:09 AM
Rank: Advanced Member
Groups: Member

Joined: 12/26/2008
Posts: 45
But how i can change Style of TreeView and TreeNode dinamicly in client side?
eo_support
Posted: Sunday, January 11, 2009 5:08:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,089
Our TreeView does not provide any support on that. If you are familiar with DHTML, you can directly manipulate the DHTML elements to change styles (If you are not familiar with this you will need to seek other resource because our tech support won't cover generic Web program issues).


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.