中国最专业的商业控件服务网

慧都控件网

节假日值班电话:023-66090381
product
最经典Silverlight控件套包助你打造酷炫的Web应用程序
上一个 上一个 Xceed Editors for .NET 下一个 下一个ComponentOne Studio for Silverlight
Bindows
[产品编号: 11803 ]  
Bindows

收藏订阅

  • 当前版本:v4.1   [销售以商家最新版为准,如需其他版本,请来电咨询]
  • 开  发 商:MB Technologie 正式授权
  • 产品类型:独立控件
  • 产品功能:用户界面
  • 控件类型:DHTML / JavaScript
  • 其他特性:Web Form
  • 产品源码:提供源码
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论  
Bindows v4.1(最新版) (10-04-22) v4.1beta

Bindows 版本更新 v4.1 (更新日期:4/22/2010)
Supporting the latest versions of all the major browsers

Bindows 4.1 supports the latest versions of all the major browsers, including IE8, Firefox 3.6, Safari 4, and Chrome.

Key Bundles

We have developed a key bundle feature. It is similar to a string bundle, but where a string bundle contains strings selected by user language, the key bundle contains BiKeyStroke objects selected by direct overwrites.

User definable key bundles

As a developer you can decide to replace the entire key bundle or override specific shortcuts. Add the <KeyBundle/> tag to the <Resources> </Resources> section.

Built-in overrides for Mac clients.

The default keybundle includes a set of keystrokes that are used only on a Mac. These override the PC keystrokes automatically.

You can also add your own shortcuts. BiKeyboardEvent and BiMouseEvent include two new methods matchesBundleShortcut(sName) (keyboard events only) and matchesBundleModifiers(sName).

The output from BiKeystroke.toString() is different on a Mac than on a PC. It displays the modifier symbols that a Mac user expects. Both formats work as input when parsing a shortcut string (disregarding platform).

Collapsible Panel

Bindows 4.1 includes a new panel component that animates by between open and closed states. It can be configured in a number of ways and can hold any Bindows components. It can be docked to any side inside any Bindows component and also operates as an inline component.

Threestate Checkbox

We added a class which adds a third state to BiCheckBox. The check-box may display a third "undetermined" state. This is useful e.g. when handling a single property for multiple objects at the same time.