HomeCommunityControl GalleryNavigation ControlsIE WebControlspinToolbar

pinToolbar



Submit a Review

1,732 Downloads

22,671 Views


Description

pinToolbar is toolbar server control with several predefined styles. Multiple toolbar rows are supported.
Each toolbar can contain multiple objects:

  • Button
  • CheckButton
  • TextBox
  • Label
  • DropDownList
  • MenuButton, PopupButton, ColorButton
  • Distance, Separator
The complete toolbar can be created by the built in designer or by code.
There is a rich client and server API.

Syntax Example

<%@ Register TagPrefix="pin" Namespace="Pintexx.Components.Web.pinToolbar" Assembly="pinToolbar" %> <pin:pintoolbar id="toolbar" style="Z-INDEX: 101; LEFT: 18px; POSITION: absolute; TOP: 55px" runat="server" Width="191px" Height="56px" AutoPostBack="True"> <pin:Toolbar> <pin:Button Tag="NEW" ToolTip="New" ImageUrl="design/image/style3/new.gif" Text="Text"></pin:Button> </pin:Toolbar> </pin:pintoolbar>

Screenshots

Reviews

Submit a review