Rank: Newbie Groups: Member
Joined: 2/15/2011 Posts: 6
|
Hi, This is a line code for HTML Editor toolbar from oficial examples:
Code: HTML/ASPX
<eo:ToolBarItem ImageUrl="00101011" ToolTip="Bold" CommandName="Bold"></eo:ToolBarItem>
Where can I look other values for the ImageURL=" ???????????" property, such as "New" HTML Editor ToolBarItem?
Code: HTML/ASPX
<eo:ToolBarItem ImageUrl="???????" ToolTip="New" CommandName="New"></eo:ToolBarItem>
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Generally you do not need to care about that. A number is a "built-in" image. If you have your own image, you just use your own image. If you use Visual Studio, you can also click the "..." next to any image property to open the image drop down, from there you can click "Built-in Image" to open the built-in image browser. That will list all built-in image you can use.
Thanks!
|