From: Jason Skomorowski Date: Fri, 17 Oct 2014 14:46:43 +0000 (-0400) Subject: Remove responsive design helpers from doc MKWS-174 X-Git-Tag: 1.0.0~159^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=8fa5512e774eb4ef259b146791458598f3777f08 Remove responsive design helpers from doc MKWS-174 --- diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 4326b4a..8f3cf42 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -315,33 +315,6 @@ day, a welcome message or a help page. This can be done by placing an search is made. -Responsive design ------------------ - -Metasearching applications may need to appear differently on -small-screened mobile devices, or change their appearance when -screen-width changes (as when a small device is rotated). To achieve -this, MKWS supports responsive design which will move the termlists to -the bottom on narrow screens and to the sidebar on wide screens. - -To turn on this behaviour, set the `responsive_design_width` to the desired -threshhold width in pixels. For example: - - - -If individual result-related widgets are in use in place of the -all-in-one mkwsResults, then the redesigned application needs to -specify the locations where the termlists should appear in both -cases. In this case, wrap the wide-screen `mkwsTermlists` element in a -`mkwsTermlists-Container-wide` element; and provide an -`mkwsTermlists-Container-narrow` element in the place where the narrow-screen -termlists should appear. - - Popup results with jQuery UI ----------------------------