-------------------------------- -- @module RichElementCustomNode -- @extend RichElement -------------------------------- -- @function [parent=#RichElementCustomNode] init -- @param self -- @param #int int -- @param #color3B_table color3b -- @param #unsigned char char -- @param #cc.Node node -- @return bool#bool ret (return value: bool) -------------------------------- -- @function [parent=#RichElementCustomNode] create -- @param self -- @param #int int -- @param #color3B_table color3b -- @param #unsigned char char -- @param #cc.Node node -- @return RichElementCustomNode#RichElementCustomNode ret (return value: ccui.RichElementCustomNode) -------------------------------- -- @function [parent=#RichElementCustomNode] RichElementCustomNode -- @param self return nil