jQuery UI Widgets Forums General Discussions Can ANYONE Please help with suggestions

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • webnerdgirl
    Participant

    Can anyone please tell me how to implement such a basic functionality in this framework. There is no way this could possibly be this difficult to accomplish.

    icon = SearchMagGlass

    SearchMagGlass > click it > open a window/panel/snowcone/whatever directly below it with:
    No header,
    No Close button,
    Renders an Accordion.
    12 sections (headers corresponds with field names) only one section at a time can be opened and all can be collapsed.
    12 content sections
    content sections each have a “field filter form” (hidden field for the “field” name) each with an “Add” and “Clear” button.
    “Add” appends to a string variable that I will send to the server where I can “write less and do more in a fraction of the time”.
    At the very bottom outside of the Accordion will be a “Search” and a “Cancel” button. Search triggers the API to the server with the dynamically built string which will be processed to return the result set to a datatable/grid/whatever.

    This is not going to be used for mobile or tablets. JUST a browser window on a desktop computer.

    I’d really appreciate any help I could get.


    Dimitar
    Participant

    Hello webnerdgirl,

    We suggest you use jqxNavigationBar and toggle its display CSS property on the click of the SearchMagGlass (with jQuery’s .fadeIn() and .fadeOut()). It may also have to have position: absolute to appear below the icon as a pop-up. If you need further assistance, please specify what you find difficult to achieve.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.