包 | com.adobe.guides.control |
接口 | public interface IGuideErrors |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
errors : IList [只读]
errors is an IList of GuideNodes that currently contain validation errors. | IGuideErrors |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. | IGuideErrors |
属性详细信息
errors | 属性 |
方法详细信息
validate | () | 方法 |
public function validate(node:IGuideNode = null):Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
运行时版本: | AIR 1.0, Flash Player 10.2 |
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided.
参数
node:IGuideNode (default = null ) — the Guide object to validate, may be one of the following guide node types: guide, section, panel or item.
|
Boolean — Boolean
|
Tue Jun 12 2018, 11:04 AM Z