35 lines
906 B
JavaScript
35 lines
906 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 955: #fa-table-heart &PAGE_NAME.
|
|
// Action: NATIVE_JAVASCRIPT_CODE
|
|
// Code
|
|
|
|
hide_search_fields();
|
|
|
|
|
|
// ----------------------------------------
|
|
// Page 955: #fa-table-heart &PAGE_NAME.
|
|
// Action: NATIVE_JAVASCRIPT_CODE
|
|
// Code
|
|
|
|
show_search_fields();
|
|
|
|
|
|
// ----------------------------------------
|
|
// Page 955: #fa-table-heart &PAGE_NAME.
|
|
// Action: NATIVE_JAVASCRIPT_CODE
|
|
// Code
|
|
|
|
show_search_fields();
|
|
|
|
|