Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for searchOptionsButton (0.16 sec)

  1. src/main/webapp/js/index.js

        setTimeout(function() {
          $searchButton.attr("disabled", false);
        }, 3000);
        return true;
      });
    
      $(document).on("click touchend", function(e) {
        if (!$(e.target).closest("#searchOptions, #searchOptionsButton").length) {
          $("#searchOptions").removeClass("active");
        }
      });
    
      $("[data-toggle='control-options']").click(function(e) {
        e.preventDefault();
    Registered: 2024-06-12 13:08
    - Last Modified: 2023-03-30 05:45
    - 2K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/header.jsp

    								class="btn btn-primary">
    								<em class="fa fa-search">
    							</button>
    							<button type="button" class="btn btn-light"
    								data-toggle="control-options" data-target="#searchOptions"
    								id="searchOptionsButton">
    								<em class="fa fa-cog"> <span class="sr-only"><la:message
    										key="labels.header_form_option_btn" /></span>
    							</button>
    						</span>
    					</div>
    				</div>
    Registered: 2024-06-12 13:08
    - Last Modified: 2020-10-24 03:00
    - 4.2K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/orig/view/header.jsp

    								class="btn btn-primary">
    								<em class="fa fa-search">
    							</button>
    							<button type="button" class="btn btn-light"
    								data-toggle="control-options" data-target="#searchOptions"
    								id="searchOptionsButton">
    								<em class="fa fa-cog"> <span class="sr-only"><la:message
    										key="labels.header_form_option_btn" /></span>
    							</button>
    						</span>
    					</div>
    				</div>
    Registered: 2024-06-12 13:08
    - Last Modified: 2020-10-24 03:00
    - 4.2K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/index.jsp

    								<la:message key="labels.index_form_search_btn" />
    							</button>
    							<button type="button" class="btn btn-outline-secondary"
    								data-toggle="control-options" data-target="#searchOptions"
    								id="searchOptionsButton">
    								<em class="fa fa-cog">
    								<la:message key="labels.index_form_option_btn" />
    							</button>
    						</div>
    					</fieldset>
    				</div>
    			</div>
    		</main>
    Registered: 2024-06-12 13:08
    - Last Modified: 2023-02-17 12:13
    - 6.9K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/index.jsp

    								<la:message key="labels.index_form_search_btn" />
    							</button>
    							<button type="button" class="btn btn-outline-secondary"
    								data-toggle="control-options" data-target="#searchOptions"
    								id="searchOptionsButton">
    								<em class="fa fa-cog">
    								<la:message key="labels.index_form_option_btn" />
    							</button>
    						</div>
    					</fieldset>
    				</div>
    			</div>
    		</main>
    Registered: 2024-06-12 13:08
    - Last Modified: 2023-02-17 12:13
    - 6.9K bytes
    - Viewed (0)
Back to top