OpenERP Framework API存档

一. 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)

原文地址:https://www.cnblogs.com/kfx2007/p/4047372.html