续上篇:最近开发的一个多功能选择器

该控件客户端事件:


// 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();

相关文章:

  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-25
  • 2021-09-05
  • 2022-01-25
  • 2022-12-23
  • 2021-07-05
  • 2021-11-01
  • 2021-06-16
相关资源
相似解决方案