class_extendedSearch.js

 

With this class you can build a extended search modal window easyly, we use this class for every "magnify icon"

 

webApps20_extendedSearch

 

To include this library in your app, just add this code to your app source code in beas, between the "_header()" and "_footer()":

<script src="assets21/js/class_extendedSearch.js"></script>

 

Class members

Method Summary


constructor

constructor( params )

Initialize the class

search

search(onclose=null)

Open the modal window

 

 

 

 

 

Method Detail


constructor

constructor( mode, batches )

Initialize the class

 

Parameters:

{json object} params

 

 

Returns:

{class_extendedSearch object}

 

Example

search

display(onclose=null)

Open the modal window

 

Parameters:

function callback onclose

 

Returns:

{void}

 

Example

 

 

 

x