Method: ExtNode#collect_ref
- Defined in:
- lib/extjsml/basenode.rb
#collect_ref(ref) ⇒ Object
253 254 255 256 |
# File 'lib/extjsml/basenode.rb', line 253 def collect_ref(ref) return false if not ref or @config[:id].nil? @@refs[@config[:id].dup] = ref.dup end |