Ignore vim swap files.
[mkws-moved-to-github.git] / src / mkws-widget.js
2014-06-09 Mike TaylorMore logging
2014-06-09 Mike Taylorautosearch function no longer expands the value of...
2014-06-09 Mike TaylorExpand all config-value attributes of the form !TYPE...
2014-06-09 Mike TaylorMove unnecessary "this." from log invocations.
2014-06-09 Mike TaylorExtract value-expansion code from widget.autosearch...
2014-06-06 Mike TaylorThe autosearch method now detects when multiple autosea...
2014-05-28 Mike TaylorRename variables in autosearch method.
2014-05-28 Mike TaylorRename variables in hideWhenNarrow
2014-05-28 Mike TaylorThe hideWhenNarrow function is now a member of the...
2014-05-28 Mike TaylorThe autosearch function is now a member of the widget...
2014-05-27 Mike TaylorStash query for subsequent inspection
2014-05-27 Mike TaylorMove all config inspection inside the "ready" handler.
2014-05-27 Mike TaylorComment explains delayed initialisation.
2014-05-27 Mike TaylorMerge the two consecutive if(!query) clauses.
2014-05-27 Mike TaylorGet much of the config from the widget before the ...
2014-05-27 Mike TaylorInvert if(query) test and queue("ready") wrapper.
2014-05-27 Mike TaylorCalculate query up front, not just on "ready" event.
2014-05-20 Mike TaylorThe subwidget function now treats the "_team" override...
2014-05-19 Mike TaylorGive subwidget method support for an optional hash...
2014-05-19 Mike Taylorsubwidget method correctly sets team of new widget.
2014-05-16 Mike TaylorNew utility function subwidget, making it easier to...
2014-05-16 Mike TaylorAdd missing semicolon.
2014-05-15 Mike Taylorjqnode member renamed just node, now that the old DOMEl...
2014-05-15 Mike TaylorRemove the old "node" member from the widget object...
2014-05-15 Mike TaylorLogging of widget attributes is more informative.
2014-05-15 Mike TaylorWidget constructor saves $(node) as the new jqnode...
2014-05-07 Mike TaylorContainer widgets get a default null implementation...
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorRe-indent.
2014-05-01 Mike TaylorNew widget-setup utility function, hideWhenNarrow.
2014-04-30 Mike TaylorNew file, mkws-widget.js: contains wiget factory functi...