API
Component

ShellImpl ($UI/system/components/justep/shell/shellImpl)

使用范围:UI2

Contents

component ShellImpl ($UI/system/components/justep/shell/shellImpl) extends ViewComponent

shellImpl组件,负责创建shell实现

Constructor Top

  ShellImpl ()
  ShellImpl ( options)

Attributes Top

string xid

组件标示

Methods Top

void addPageMappings (object mapping)

Constructor details Top

public ShellImpl ()

shellImpl组件,负责创建shell实现

public ShellImpl ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

Attributes Detail Top

public string xid

组件标示

Methods Detail Top

public void addPageMappings (object mapping)

增加shell的pageMapping

Parameters

object mapping

Return Value

void