22/01/2008

MetaBuilders une librairie de contrôles pour ASP.Net

MetaBuilders (http://www.metabuilders.com/) malgré les apparences est une librairie opensource et gratuite. Elle est disponible sur codeplex (http://www.codeplex.com/metabuildersweb/).
Le site .com permet de voir des démo en ligne des contrôles disponibles. Vraiment super !!!.
La version actuelle est la v0.9.4 pour le .Net Framework 2.0. donc pas de version pour les version suivantes de .Net. Il existe des version pour le Framework 1.1.

Au programme :

  • AdSense Ads - Controls to show your Google AdSense ads.
  • CheckedListBox - A Listbox with checkboxes for selection
  • ComboBox - The classic type-or-choose control.
  • DataControlFields - Three fields for the GridView, BooleanField for boolean values (better than the CheckBoxField), LookupField for ID/Key data to a child datasource, and SelectorField for row selection using checkboxes or radiobuttons.
  • DialogWindow - A set of controls which make creating dialog windows a lot easier
  • DualList - move items back and forth between two listboxes to select the items
  • DynamicListBox - a base control which stores changes to its list of items
  • ExpandingButtons - hide and show a target control
  • ExpandingPanel - hide and show the content of the panel
  • FileUpload - A nicer wrapper than the builtin for basic file uploading
  • GlobalRadioButton - A radiobutton which has a page-wide, cross-namingcontainer Group property
  • Grouped Lists aka GroupedListBox and GroupedDropDownList enabled support of the html option grouping in extensions of the standard data controls.
  • ListLink - A non-visual control which helps you create parent/child relationships between list controls
  • MultiFileUpload is a nice compact UI that lets the user select more than one file to upload to the server.
  • MultiViewBar is now free and included in the library, source and all.
  • OneClick - non-visual control that helps the page developer avoid the dreaded double-button-click
  • Polling - controls and framework for showing users simple web polls. Uses a provider framework, with built-in providers for Access and Sql Server.
  • ParsingContainer - control which parses a string of server control markup at runtime
  • QueryCall - Component which maps querystring parameters to methods in the codebehind
  • RemoteWindow - Easy popup windows
  • ResizeMonitor - causes a postback on browser-resize, if you need to keep track of dimensions in your app
  • RollOverLink - the old mouse-over-out effect on images, made dead-easy
  • RuntimeTemplate - Makes it easier to create templates for controls at runtime in code
  • UpDown - the classic Windows Up/Down control for numeric entry.

J'utilise particulierement les contrôles :

  • DialogWindow qui permet d'afficher une boite de dialogue contenant un page aspx qui dérive de DialogPage au lieu de Page,
  • ComboBox qui permet de faire un combobox comme avec des WinForms (c'est à dire que l'on peut saisir des données dans la zone de texte),
  • DataControlFields qui définit des *Field pour le contrôle GridView pour des données typé bool, liste, ou liste de selection.

Aucun commentaire: