Remove borders from read only items
This commit is contained in:
parent
2ca09201aa
commit
48a4d654f7
@ -23,7 +23,7 @@ wwv_flow_api.create_page(
|
||||
,p_page_template_options=>'#DEFAULT#'
|
||||
,p_required_role=>wwv_flow_api.id(9556407311505078)
|
||||
,p_last_updated_by=>'DEV'
|
||||
,p_last_upd_yyyymmddhh24miss=>'20211228213632'
|
||||
,p_last_upd_yyyymmddhh24miss=>'20211229062723'
|
||||
);
|
||||
wwv_flow_api.create_page_plug(
|
||||
p_id=>wwv_flow_api.id(9262174270429022)
|
||||
@ -315,9 +315,9 @@ wwv_flow_api.create_region_column(
|
||||
);
|
||||
wwv_flow_api.create_region_column(
|
||||
p_id=>wwv_flow_api.id(10429936306245715)
|
||||
,p_name=>'MODULE_TIME'
|
||||
,p_name=>'MODULE_TIMER'
|
||||
,p_source_type=>'DB_COLUMN'
|
||||
,p_source_expression=>'MODULE_TIME'
|
||||
,p_source_expression=>'MODULE_TIMER'
|
||||
,p_data_type=>'VARCHAR2'
|
||||
,p_is_query_only=>false
|
||||
,p_item_type=>'NATIVE_TEXT_FIELD'
|
||||
@ -925,9 +925,9 @@ wwv_flow_api.create_region_column(
|
||||
);
|
||||
wwv_flow_api.create_region_column(
|
||||
p_id=>wwv_flow_api.id(10581113982928838)
|
||||
,p_name=>'MODULE_TIME'
|
||||
,p_name=>'MODULE_TIMER'
|
||||
,p_source_type=>'DB_COLUMN'
|
||||
,p_source_expression=>'MODULE_TIME'
|
||||
,p_source_expression=>'MODULE_TIMER'
|
||||
,p_data_type=>'VARCHAR2'
|
||||
,p_is_query_only=>false
|
||||
,p_item_type=>'NATIVE_TEXT_FIELD'
|
||||
@ -2318,7 +2318,7 @@ wwv_flow_api.create_page_item(
|
||||
,p_begin_on_new_line=>'N'
|
||||
,p_begin_on_new_field=>'N'
|
||||
,p_field_template=>wwv_flow_api.id(9142775823569991)
|
||||
,p_item_template_options=>'#DEFAULT#'
|
||||
,p_item_template_options=>'#DEFAULT#:margin-top-none'
|
||||
,p_attribute_01=>'N'
|
||||
,p_attribute_05=>'HTML'
|
||||
);
|
||||
@ -2333,7 +2333,7 @@ wwv_flow_api.create_page_item(
|
||||
,p_tag_attributes=>'style="font-family: monospace;"'
|
||||
,p_begin_on_new_line=>'N'
|
||||
,p_field_template=>wwv_flow_api.id(9142775823569991)
|
||||
,p_item_template_options=>'#DEFAULT#'
|
||||
,p_item_template_options=>'#DEFAULT#:margin-top-none'
|
||||
,p_attribute_01=>'N'
|
||||
,p_attribute_05=>'HTML'
|
||||
);
|
||||
@ -2364,7 +2364,7 @@ wwv_flow_api.create_page_item(
|
||||
,p_tag_attributes=>'style="font-family: monospace;"'
|
||||
,p_colspan=>6
|
||||
,p_field_template=>wwv_flow_api.id(9142775823569991)
|
||||
,p_item_template_options=>'#DEFAULT#'
|
||||
,p_item_template_options=>'#DEFAULT#:margin-top-none'
|
||||
,p_attribute_01=>'N'
|
||||
,p_attribute_05=>'HTML'
|
||||
);
|
||||
@ -2433,39 +2433,40 @@ wwv_flow_api.create_page_da_action(
|
||||
' curr = model.getValue(this.data.selectedRecords[i], ''LOG_ID'');',
|
||||
'}',
|
||||
'',
|
||||
'// get action name for selected row',
|
||||
'apex.server.process(',
|
||||
' ''GET_ACTION_NAME'', { x01: curr },',
|
||||
' {',
|
||||
' success: function (pData) {',
|
||||
' apex.item(''P901_ACTION_NAME'').setValue(pData);',
|
||||
' },',
|
||||
' dataType: ''text''',
|
||||
' }',
|
||||
');',
|
||||
'if (curr) {',
|
||||
' // get action name for selected row',
|
||||
' apex.server.process(',
|
||||
' ''GET_ACTION_NAME'', { x01: curr },',
|
||||
' {',
|
||||
' success: function (pData) {',
|
||||
' apex.item(''P901_ACTION_NAME'').setValue(pData);',
|
||||
' },',
|
||||
' dataType: ''text''',
|
||||
' }',
|
||||
' );',
|
||||
'',
|
||||
'// get arguments for selected row',
|
||||
'apex.server.process(',
|
||||
' ''GET_ARGUMENTS'', { x01: curr },',
|
||||
' {',
|
||||
' success: function (pData) {',
|
||||
' apex.item(''P901_ARGUMENTS'').setValue(pData);',
|
||||
' },',
|
||||
' dataType: ''text''',
|
||||
' }',
|
||||
');',
|
||||
' // get arguments for selected row',
|
||||
' apex.server.process(',
|
||||
' ''GET_ARGUMENTS'', { x01: curr },',
|
||||
' {',
|
||||
' success: function (pData) {',
|
||||
' apex.item(''P901_ARGUMENTS'').setValue(pData);',
|
||||
' },',
|
||||
' dataType: ''text''',
|
||||
' }',
|
||||
' );',
|
||||
'',
|
||||
'// get payload for selected row',
|
||||
'apex.server.process(',
|
||||
' ''GET_PAYLOAD'', { x01: curr },',
|
||||
' {',
|
||||
' success: function (pData) {',
|
||||
' apex.item(''P901_PAYLOAD'').setValue(pData);',
|
||||
' },',
|
||||
' dataType: ''text''',
|
||||
' }',
|
||||
');',
|
||||
''))
|
||||
' // get payload for selected row',
|
||||
' apex.server.process(',
|
||||
' ''GET_PAYLOAD'', { x01: curr },',
|
||||
' {',
|
||||
' success: function (pData) {',
|
||||
' apex.item(''P901_PAYLOAD'').setValue(pData);',
|
||||
' },',
|
||||
' dataType: ''text''',
|
||||
' }',
|
||||
' );',
|
||||
'}'))
|
||||
);
|
||||
wwv_flow_api.create_page_process(
|
||||
p_id=>wwv_flow_api.id(11231455295343613)
|
||||
|
||||
@ -45,7 +45,8 @@ wwv_flow_api.g_varchar2_table(30) := '65202E612D47562D636F6E74726F6C427265616B48
|
||||
wwv_flow_api.g_varchar2_table(31) := '47726F75702E69732D666F6375736564207B0A20202020626F782D736861646F773A20202020202020202020202020696E7365742030203020302032707820233636362021696D706F7274616E743B0A7D0A0A2F2A204241434B47524F554E44204F4E20';
|
||||
wwv_flow_api.g_varchar2_table(32) := '53454C454354454420524F5720494E204752494420445552494E472045444954202A2F0A2E612D47562D7461626C652074722E69732D73656C65637465642074642E69732D6163746976652E69732D666F63757365642C0A2E612D47562D7461626C6520';
|
||||
wwv_flow_api.g_varchar2_table(33) := '74722E69732D73656C65637465642074642E69732D6163746976652E69732D666F637573656420696E707574207B0A20202020626F782D736861646F773A20202020202020202020202020696E7365742030203020302032707820233939392021696D70';
|
||||
wwv_flow_api.g_varchar2_table(34) := '6F7274616E743B0A7D0A';
|
||||
wwv_flow_api.g_varchar2_table(34) := '6F7274616E743B0A7D0A0A2F2A204849444520424F5244455253204F4E2052454144204F4E4C59204954454D53202A2F0A7370616E2E646973706C61795F6F6E6C792E617065782D6974656D2D646973706C61792D6F6E6C79207B0A20202020626F7264';
|
||||
wwv_flow_api.g_varchar2_table(35) := '65723A2020202020202020202020202020202020303B0A7D0A0A';
|
||||
wwv_flow_api.create_app_static_file(
|
||||
p_id=>wwv_flow_api.id(9704370784136379)
|
||||
,p_file_name=>'app.css'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user