barrymavin
2014-02-26, 00:07
In v1.1 we have introduced "Custom Search Panels". These slide down from beneath the section header and menu. You can specify the height and any custom content that you want to be contained within the search panel. If you are building Web/Mobile Apps be sure to write these in JavaScript using the LianjaWebFramework classes.
The Search Panel is part of a section just like the section menus are. You can build complex query forms that overlay on top of the section until you "Apply" the query at which point you can hide the Search Panel.
If you want the Search Panel to always be visible the just check off "Visible" in the search panel attributes. This allows you to have standard sections such as Form or Grid sections with a search panel above them.
I have primarily included this for Web/Mobile apps and I am in the process of making JavaScript canvas and custom sections available in the Web/Mobile client. These may or may not be in v1.1, I will see how we progress.
Here are a few screenshots to show you what "Custom Search Panels" do. You can slide them in and out using:
Lianja.showDocument("page.section?action=showsearchpanel")
Lianja.showDocument("page.section?action=hidesearchpanel")
Lianja.showDocument("page.section?action=togglesearchpanel")
541
542
543
544
The Search Panel is part of a section just like the section menus are. You can build complex query forms that overlay on top of the section until you "Apply" the query at which point you can hide the Search Panel.
If you want the Search Panel to always be visible the just check off "Visible" in the search panel attributes. This allows you to have standard sections such as Form or Grid sections with a search panel above them.
I have primarily included this for Web/Mobile apps and I am in the process of making JavaScript canvas and custom sections available in the Web/Mobile client. These may or may not be in v1.1, I will see how we progress.
Here are a few screenshots to show you what "Custom Search Panels" do. You can slide them in and out using:
Lianja.showDocument("page.section?action=showsearchpanel")
Lianja.showDocument("page.section?action=hidesearchpanel")
Lianja.showDocument("page.section?action=togglesearchpanel")
541
542
543
544