Initial import

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-11-29 17:41:32 +00:00
parent 9b593709ac
commit 1eb479546b
146 changed files with 21401 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
--application/shared_components/user_interface/templates/popuplov
prompt ...popup list of values templates
--
prompt ......template 24750742053526801
begin
begin
wwv_flow_api.create_popup_lov_template (
p_id=> 24750742053526801 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_popup_icon=>'#IMAGE_PREFIX#list_gray.gif',
p_popup_icon_attr=>'width="13" height="13" alt="Popup Lov"',
p_popup_icon2=>'',
p_popup_icon_attr2=>'',
p_page_name=>'winlov',
p_page_title=>'Search Dialog',
p_page_html_head=>'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V2.css" type="text/css">'||chr(10)||
'',
p_page_body_attr=>'onload="first_field()" style="background-color:#FFFFFF;margin:0;"',
p_before_field_text=>'<div class="t4PopupHead">',
p_page_heading_text=>'',
p_page_footer_text =>'',
p_filter_width =>'20',
p_filter_max_width =>'100',
p_filter_text_attr =>'',
p_find_button_text =>'Search',
p_find_button_image=>'',
p_find_button_attr =>'',
p_close_button_text=>'Close',
p_close_button_image=>'',
p_close_button_attr=>'',
p_next_button_text =>'Next >',
p_next_button_image=>'',
p_next_button_attr =>'',
p_prev_button_text =>'< Previous',
p_prev_button_image=>'',
p_prev_button_attr =>'',
p_after_field_text=>'</div>',
p_scrollbars=>'1',
p_resizable=>'1',
p_width =>'400',
p_height=>'450',
p_result_row_x_of_y=>'<br /><div style="padding:2px; font-size:8pt;">Row(s) #FIRST_ROW# - #LAST_ROW#</div>',
p_result_rows_per_pg=>500,
p_before_result_set=>'<div class="t4PopupBody">',
p_theme_id => 101,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_after_result_set =>'</div>');
end;
null;
end;
/
prompt ...calendar templates
--