35 lines
912 B
JavaScript
35 lines
912 B
JavaScript
// --------------------------------------------------------------------------------
|
|
//
|
|
// Oracle APEX source export file
|
|
//
|
|
// The contents of this file are intended for review and analysis purposes only.
|
|
// Developers must use the Application Builder to make modifications to an
|
|
// application. Changes to this file will not be reflected in the application.
|
|
//
|
|
// --------------------------------------------------------------------------------
|
|
|
|
// ----------------------------------------
|
|
// Page 960: #fa-table-pointer &PAGE_NAME.
|
|
// Action: NATIVE_JAVASCRIPT_CODE
|
|
// Code
|
|
|
|
hide_search_fields();
|
|
|
|
|
|
// ----------------------------------------
|
|
// Page 960: #fa-table-pointer &PAGE_NAME.
|
|
// Action: NATIVE_JAVASCRIPT_CODE
|
|
// Code
|
|
|
|
show_search_fields();
|
|
|
|
|
|
// ----------------------------------------
|
|
// Page 960: #fa-table-pointer &PAGE_NAME.
|
|
// Action: NATIVE_JAVASCRIPT_CODE
|
|
// Code
|
|
|
|
show_search_fields();
|
|
|
|
|