From: Mike Taylor Date: Tue, 15 Apr 2014 17:00:44 +0000 (+0100) Subject: Add function widgetNode, a simpler and more efficient alternative to X-Git-Tag: 1.0.0~939 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b682bc773466148ddeb0ee88be0177702612da6b;hp=b682bc773466148ddeb0ee88be0177702612da6b;p=mkws-moved-to-github.git Add function widgetNode, a simpler and more efficient alternative to findnode for most though not all purposes. widgetNode('Records') is equivalent to findnode('.mkwsRecords') but works by reference to the team's registered set of widgets. This is presently used in just one place, as proof of concept. Many more to follow, so that uses of findnode should become very rare. ---