zl程序教程

您现在的位置是:首页 >  后端

当前栏目

OpenERP Framework API存档

API Framework OpenERP 存档
2023-09-27 14:25:29 时间

一. openerp.Widget 方法列表

  init:function(parent)

  destroy:function()

  appendTo:function(target)

  prependTo:function(target)

  insertAfter:function(target)

  insertBefore:function(target)

  replace:function(target)

  __widgetRenderAndInsert:function(insertion,target)

  start:function()

  renderElement:function()

  replaceElement:function()

  setElement:function()

  make:function(tagName,attributes,content)

  _make_descriptive:function()

  delegateEvents:function()

  undelegateEvents:function()

  $:function(selector)

  proxy:function(selector)