No need to invoke resetPage() before reShow(), which will do it for us.
[mkws-moved-to-github.git] / src / mkws-widgets.js
2014-04-09 Mike TaylorNo need to invoke resetPage() before reShow(), which...
2014-04-08 Mike TaylorAdd the "Done" widget.
2014-04-08 Mike TaylorUse Douglas Crockford's mkws.objectInheritingFrom rathe...
2014-04-04 Mike TaylorMove Termlists widget to its own file.
2014-04-03 Mike TaylorAll of the functionality of the autosearch function...
2014-04-03 Mike TaylorSupport "target" config element as a shortcut for UDB...
2014-04-03 Mike TaylorSummary template name is taken from that.config.templat...
2014-04-03 Mike TaylorVertical ws.
2014-04-03 Mike TaylorRename maybeAutosearch function to autosearch.
2014-04-03 Mike TaylorExtract and use maxrecs setting in auto-searching.
2014-04-02 Mike TaylorAutosearch works again for mkwsTermlists.
2014-04-02 Mike TaylorMove the maybeAutosearch widget from the mkws namespace...
2014-04-02 Mike TaylorReorder.
2014-04-02 Mike TaylorRename local variable.
2014-04-02 Mike TaylorMove auto-searching code out of Records widget into
2014-04-02 Mike TaylorRecognise targetfilter attribute instead of torusquery
2014-04-02 Mike TaylorAccept and pass through "limit" argument from auto...
2014-04-02 Mike TaylorAutosearching submits torusquery parameter from widget.
2014-04-02 Mike TaylorWhitespace
2014-04-01 Mike TaylorAuto-search uses perpage configuration item.
2014-04-01 Mike TaylorQuote the property-name "class" in an object constant.
2014-04-01 Mike TaylorUse mkws.getParameterByName
2014-04-01 Mike TaylorRemove unused temporary
2014-04-01 Mike TaylorRemove extraneous logging
2014-04-01 Mike TaylorAuto-search parameters are taken from widget config...
2014-04-01 Mike TaylorMove much of the "ready" callback code outside.
2014-04-01 Mike TaylorOnly establish the "ready" subscriber if there's an...
2014-04-01 Mike TaylorAuto-searching code is now part of the Records widget.
2014-03-31 Mike TaylorJSON parsing of data-mkws-config attribute now protecte...
2014-03-31 Mike TaylorAdd attribute-parsing code to widget constructor.
2014-03-28 Mike TaylorEach widget now has its own config object, inheriting...
2014-03-28 Mike TaylorSwitch around code order so a local alias can be used...
2014-03-28 Mike TaylorCopy mkws_config into mkws.config, and thereafter use...
2014-03-27 Mike TaylorInsert semicolons after all statements of the form
2014-03-27 Mike TaylorChange logging message.
2014-03-27 Mike TaylorWhitespace.
2014-03-27 Mike TaylorGot rid of ALL promotion-function names.
2014-03-26 Mike TaylorThe Perpage widget's promotion-function is now anonymous.
2014-03-26 Mike TaylorFix Sort and Perpage widgets by yet more that=this.
2014-03-26 Mike TaylorMove comment.
2014-03-26 Mike TaylorEach registerWidgetType invocation directly follows...
2014-03-26 Mike TaylorComment up to date.
2014-03-26 Mike TaylorRename all promote<TYPE> functions to promoteTo<TYPE>
2014-03-26 Mike TaylorRename variable.
2014-03-26 Mike TaylorReindent.
2014-03-26 Mike TaylorRegister widget-types only once, at the end.
2014-03-26 Mike TaylorMove that various specific-widget-type functions outsid...
2014-03-26 Mike TaylorUse registerWidgetType from MKWS code.
2014-03-26 Mike TaylorCreate mkws.type2fn hash dynamically.
2014-03-26 Mike TaylorMove actual widgets out of mkws-core.js into their...