最近开发的一个多功能选择器2
续上篇:最近开发的一个多功能选择器
该控件客户端事件:
Code
/// <reference name="MicrosoftAjax.js"/>
// Name: Sg.ComplexSelector.js
// Assembly: Sagaciy.Controls
// Version: 1.0.0.0
// FileVersion: 1.0.2009.1
// Date: 2009/02/18
//!-----------------------------------------------------------------------
//! Copyright (C) Sagacity Corporation. All rights reserved.
//!-----------------------------------------------------------------------
Type.registerNamespace("Sg");
Sg.ComplexSelector=function(id,config)
{
}
Sg.ComplexSelector.registerClass("Sg.ComplexSelector");
Sg.ComplexSelector.prototype=
{
initialize:function()
{
},
_removeTextDefaultHandler:function()
{
},
_showAjaxStatusInfo:function()
{
},
_navigateItem:function()
{
},
_raiseAjaxRequest:function()
{
},
_setStatusBarInfo:function()
{
},
_getInputBoxCallBackResult:function(arg, context)
{
},
_getNodeCallBackResult:function(arg, context)
{
},
_initializeSelectedItems:function()
{
},
toggle:function()
{
},
show:function()
{
},
hide:function()
{
},
dispose:function()
{
},
nodeClick:function(treeId, nodeId)
{
},
nodeCheck:function(treeId, nodeId, bChecked)
{
},
add_ArrayItem:function(item,nodeId)
{
},
add_Item:function(item,nodeId)
{
},
_setIndicatorNum:function()
{
},
remove_Item:function(item)
{
},
check_Items:function(checkval)
{
},
clear_Items:function()
{
},
get_Items:function()
{
},
set_Items:function(items)
{
},
_setInitialItems:function(obj)
{
},
_btnOKEventHandler:function()
{
},
_btnCancelEventHandler:function()
{
},
set_OkEventHandler:function(method)
{
},
set_CancelEventHandler:function(method)
{
},
mousedown:function()
{
},
mouseover:function()
{
},
mouseout:function()
{
},
chooseItem:function()
{
},
_leftItemClick:function(node)
{
},
_rightItemClick:function(evt)
{
}
}
Sg.ComplexSelector.Config=function()
{
}
Sg.ComplexSelector.Config.registerClass("Sg.ComplexSelector.Config");
if (typeof(Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();
/// <reference name="MicrosoftAjax.js"/>
// Name: Sg.ComplexSelector.js
// Assembly: Sagaciy.Controls
// Version: 1.0.0.0
// FileVersion: 1.0.2009.1
// Date: 2009/02/18
//!-----------------------------------------------------------------------
//! Copyright (C) Sagacity Corporation. All rights reserved.
//!-----------------------------------------------------------------------
Type.registerNamespace("Sg");
Sg.ComplexSelector=function(id,config)
{
}
Sg.ComplexSelector.registerClass("Sg.ComplexSelector");
Sg.ComplexSelector.prototype=
{
initialize:function()
{
},
_removeTextDefaultHandler:function()
{
},
_showAjaxStatusInfo:function()
{
},
_navigateItem:function()
{
},
_raiseAjaxRequest:function()
{
},
_setStatusBarInfo:function()
{
},
_getInputBoxCallBackResult:function(arg, context)
{
},
_getNodeCallBackResult:function(arg, context)
{
},
_initializeSelectedItems:function()
{
},
toggle:function()
{
},
show:function()
{
},
hide:function()
{
},
dispose:function()
{
},
nodeClick:function(treeId, nodeId)
{
},
nodeCheck:function(treeId, nodeId, bChecked)
{
},
add_ArrayItem:function(item,nodeId)
{
},
add_Item:function(item,nodeId)
{
},
_setIndicatorNum:function()
{
},
remove_Item:function(item)
{
},
check_Items:function(checkval)
{
},
clear_Items:function()
{
},
get_Items:function()
{
},
set_Items:function(items)
{
},
_setInitialItems:function(obj)
{
},
_btnOKEventHandler:function()
{
},
_btnCancelEventHandler:function()
{
},
set_OkEventHandler:function(method)
{
},
set_CancelEventHandler:function(method)
{
},
mousedown:function()
{
},
mouseover:function()
{
},
mouseout:function()
{
},
chooseItem:function()
{
},
_leftItemClick:function(node)
{
},
_rightItemClick:function(evt)
{
}
}
Sg.ComplexSelector.Config=function()
{
}
Sg.ComplexSelector.Config.registerClass("Sg.ComplexSelector.Config");
if (typeof(Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();
作者:Jackhuclan
出处:http://jackhuclan.cnblogs.com/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
出处:http://jackhuclan.cnblogs.com/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。