1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
+
3
+ < html > < head > < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "> < title > /var/www/jom_git/JoM/js/gui_WIDGET_TEMPLATE.js</ title > < link rel ="stylesheet " type ="text/css " href ="../../styles/main.css "> < script language =JavaScript src ="../../javascript/main.js "> </ script > < script language =JavaScript src ="../../javascript/prettify.js "> </ script > < script language =JavaScript src ="../../javascript/searchdata.js "> </ script > </ head > < body class ="ContentPage " onLoad ="NDOnLoad();prettyPrint(); "> < script language =JavaScript > <!--
4
+ if ( browserType ) { document . write ( "<div class=" + browserType + ">" ) ; if ( browserVer ) { document . write ( "<div class=" + browserVer + ">" ) ; } } // --> </ script >
5
+
6
+ <!-- Generated by Natural Docs, version 1.51 -->
7
+ <!-- http://www.naturaldocs.org -->
8
+
9
+ <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
+
11
+
12
+
13
+
14
+ < div id =Content > < div class ="CFile "> < div class =CTopic id =MainTopic > < h1 class =CTitle > < a name ="gui_WIDGET_TEMPLATE.js "> </ a > gui_WIDGET_TEMPLATE.js</ h1 > < div class =CBody > <!--START_ND_SUMMARY--> < div class =Summary > < div class =STitle > Summary</ div > < div class =SBorder > < table border =0 cellspacing =0 cellpadding =0 class =STable > < tr class ="SMain "> < td class =SEntry > < a href ="#gui_WIDGET_TEMPLATE.js " > gui_WIDGET_TEMPLATE.js</ a > </ td > < td class =SDescription > </ td > </ tr > < tr class ="SGroup "> < td class =SEntry > < a href ="#Variables " > Variables</ a > </ td > < td class =SDescription > </ td > </ tr > < tr class ="SVariable SIndent1 SMarked "> < td class =SEntry > < a href ="#THAT " id =link1 onMouseOver ="ShowTip(event, 'tt1', 'link1') " onMouseOut ="HideTip('tt1') "> THAT</ a > </ td > < td class =SDescription > Fix javacript closure scoping</ td > </ tr > < tr class ="SVariable SIndent1 "> < td class =SEntry > < a href ="#jq_pointer " id =link2 onMouseOver ="ShowTip(event, 'tt2', 'link2') " onMouseOut ="HideTip('tt2') "> jq_pointer</ a > </ td > < td class =SDescription > jQuery object that point to top widget level</ td > </ tr > < tr class ="SVariable SIndent1 SMarked "> < td class =SEntry > < a href ="#NAME_block " id =link3 onMouseOver ="ShowTip(event, 'tt3', 'link3') " onMouseOut ="HideTip('tt3') "> NAME_block</ a > </ td > < td class =SDescription > Block used to populate widget</ td > </ tr > < tr class ="SGroup "> < td class =SEntry > < a href ="#Functions " > Functions</ a > </ td > < td class =SDescription > </ td > </ tr > < tr class ="SFunction SIndent1 SMarked "> < td class =SEntry > < a href ="#update_data " id =link4 onMouseOver ="ShowTip(event, 'tt4', 'link4') " onMouseOut ="HideTip('tt4') "> update_data</ a > </ td > < td class =SDescription > Passing JSON object, populate widget with values</ td > </ tr > < tr class ="SFunction SIndent1 "> < td class =SEntry > < a href ="#clear_data " id =link5 onMouseOver ="ShowTip(event, 'tt5', 'link5') " onMouseOut ="HideTip('tt5') "> clear_data</ a > </ td > < td class =SDescription > Clear contained values/texts</ td > </ tr > </ table > </ div > </ div > <!--END_ND_SUMMARY--> </ div > </ div > </ div >
15
+
16
+ < div class ="CGroup "> < div class =CTopic > < h3 class =CTitle > < a name ="Variables "> </ a > Variables</ h3 > </ div > </ div >
17
+
18
+ < div class ="CVariable "> < div class =CTopic > < h3 class =CTitle > < a name ="THAT "> </ a > THAT</ h3 > < div class =CBody > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> var THAT</ td > </ tr > </ table > </ blockquote > < p > Fix javacript closure scoping</ p > </ div > </ div > </ div >
19
+
20
+ < div class ="CVariable "> < div class =CTopic > < h3 class =CTitle > < a name ="jq_pointer "> </ a > jq_pointer</ h3 > < div class =CBody > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> THAT.jq_pointer</ td > </ tr > </ table > </ blockquote > < p > jQuery object that point to top widget level</ p > </ div > </ div > </ div >
21
+
22
+ < div class ="CVariable "> < div class =CTopic > < h3 class =CTitle > < a name ="NAME_block "> </ a > NAME_block</ h3 > < div class =CBody > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> var NAME_block</ td > </ tr > </ table > </ blockquote > < p > Block used to populate widget</ p > </ div > </ div > </ div >
23
+
24
+ < div class ="CGroup "> < div class =CTopic > < h3 class =CTitle > < a name ="Functions "> </ a > Functions</ h3 > </ div > </ div >
25
+
26
+ < div class ="CFunction "> < div class =CTopic > < h3 class =CTitle > < a name ="update_data "> </ a > update_data</ h3 > < div class =CBody > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td > < table border =0 cellspacing =0 cellpadding =0 > < tr > < td class ="PBeforeParameters prettyprint "nowrap > THAT.update_data = function(</ td > < td class ="PParameter prettyprint " nowrap > DATA,</ td > </ tr > < tr > < td > </ td > < td class ="PParameter prettyprint " nowrap > valuefieldname,</ td > </ tr > < tr > < td > </ td > < td class ="PParameter prettyprint " nowrap > textfieldname</ td > < td class ="PAfterParameters prettyprint "nowrap > )</ td > </ tr > </ table > </ td > </ tr > </ table > </ blockquote > < p > Passing JSON object, populate widget with values</ p > < h4 class =CHeading > Parameters</ h4 > < table border =0 cellspacing =0 cellpadding =0 class =CDescriptionList > < tr > < td class =CDLEntry > DATA</ td > < td class =CDLDescription > JSON data object</ td > </ tr > < tr > < td class =CDLEntry > keyfieldname</ td > < td class =CDLDescription > name for the JSON field value</ td > </ tr > < tr > < td class =CDLEntry > valuefieldname</ td > < td class =CDLDescription > name for the JSON field text</ td > </ tr > </ table > </ div > </ div > </ div >
27
+
28
+ < div class ="CFunction "> < div class =CTopic > < h3 class =CTitle > < a name ="clear_data "> </ a > clear_data</ h3 > < div class =CBody > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> THAT.clear_data = function()</ td > </ tr > </ table > </ blockquote > < p > Clear contained values/texts</ p > </ div > </ div > </ div >
29
+
30
+ </ div > <!--Content-->
31
+
32
+
33
+ < div id =Footer > < a href ="http://www.naturaldocs.org "> Generated by Natural Docs</ a > </ div > <!--Footer-->
34
+
35
+
36
+ < div id =Menu > < div class =MEntry > < div class =MGroup > < a href ="javascript:ToggleMenu('MGroupContent1') "> Oolib</ a > < div class =MGroupContent id =MGroupContent1 > < div class =MEntry > < div class =MFile > < a href ="../oolib/bbkk_base_class-php.html "> BBKK_Base_Class</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="../oolib/bbkk_pdo-php.html "> bbkk_pdo.php</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="../oolib/bbkk_session_manager-php.html "> BBKK_SESSION_MANAGER</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="../oolib/category-php.html "> JOM_Categorie</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="../oolib/job-php.html "> JOM_Job</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="../oolib/user-php.html "> JOM_User</ a > </ div > </ div > </ div > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="../lib/generic_lib-php.html "> generic_lib.php</ a > </ div > </ div > < div class =MEntry > < div class =MGroup > < a href ="javascript:ToggleMenu('MGroupContent2') "> Js</ a > < div class =MGroupContent id =MGroupContent2 > < div class =MEntry > < div class =MFile > < a href ="categories-js.html "> categories.js</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="generic_lib-js.html "> generic_lib.js</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="gui_select-js.html "> gui_select.js</ a > </ div > </ div > < div class =MEntry > < div class =MFile id =MSelected > gui_WIDGET_TEMPLATE.js</ div > </ div > < div class =MEntry > < div class =MFile > < a href ="new_job-js.html "> new_job.js</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="search_filters-js.html "> search_filters.js</ a > </ div > </ div > < div class =MEntry > < div class =MFile > < a href ="statuses-js.html "> statuses.js</ a > </ div > </ div > </ div > </ div > </ div > < div class =MEntry > < div class =MGroup > < a href ="javascript:ToggleMenu('MGroupContent3') "> Index</ a > < div class =MGroupContent id =MGroupContent3 > < div class =MEntry > < div class =MIndex > < a href ="../../index/General.html "> Everything</ a > </ div > </ div > < div class =MEntry > < div class =MIndex > < a href ="../../index/Classes.html "> Classes</ a > </ div > </ div > < div class =MEntry > < div class =MIndex > < a href ="../../index/Files.html "> Files</ a > </ div > </ div > < div class =MEntry > < div class =MIndex > < a href ="../../index/Functions.html "> Functions</ a > </ div > </ div > < div class =MEntry > < div class =MIndex > < a href ="../../index/Variables.html "> Variables</ a > </ div > </ div > </ div > </ div > </ div > < script type ="text/javascript "> <!--
37
+ var searchPanel = new SearchPanel ( "searchPanel" , "HTML" , "../../search" ) ;
38
+ --></ script > < div id =MSearchPanel class =MSearchPanelInactive > < input type =text id =MSearchField value =Search onFocus ="searchPanel.OnSearchFieldFocus(true) " onBlur ="searchPanel.OnSearchFieldFocus(false) " onKeyUp ="searchPanel.OnSearchFieldChange() "> < select id =MSearchType onFocus ="searchPanel.OnSearchTypeFocus(true) " onBlur ="searchPanel.OnSearchTypeFocus(false) " onChange ="searchPanel.OnSearchTypeChange() "> < option id =MSearchEverything selected value ="General "> Everything</ option > < option value ="Classes "> Classes</ option > < option value ="Files "> Files</ option > < option value ="Functions "> Functions</ option > < option value ="Variables "> Variables</ option > </ select > </ div > </ div > <!--Menu-->
39
+
40
+
41
+
42
+ <!--START_ND_TOOLTIPS-->
43
+ < div class =CToolTip id ="tt1 "> < div class =CVariable > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> var THAT</ td > </ tr > </ table > </ blockquote > Fix javacript closure scoping</ div > </ div > < div class =CToolTip id ="tt2 "> < div class =CVariable > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> THAT.jq_pointer</ td > </ tr > </ table > </ blockquote > jQuery object that point to top widget level</ div > </ div > < div class =CToolTip id ="tt3 "> < div class =CVariable > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> var NAME_block</ td > </ tr > </ table > </ blockquote > Block used to populate widget</ div > </ div > < div class =CToolTip id ="tt4 "> < div class =CFunction > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td > < table border =0 cellspacing =0 cellpadding =0 > < tr > < td class ="PBeforeParameters prettyprint "nowrap > THAT.update_data = function(</ td > < td class ="PParameter prettyprint " nowrap > DATA,</ td > </ tr > < tr > < td > </ td > < td class ="PParameter prettyprint " nowrap > valuefieldname,</ td > </ tr > < tr > < td > </ td > < td class ="PParameter prettyprint " nowrap > textfieldname</ td > < td class ="PAfterParameters prettyprint "nowrap > )</ td > </ tr > </ table > </ td > </ tr > </ table > </ blockquote > Passing JSON object, populate widget with values</ div > </ div > < div class =CToolTip id ="tt5 "> < div class =CFunction > < blockquote > < table border =0 cellspacing =0 cellpadding =0 class ="Prototype "> < tr > < td class ="prettyprint "> THAT.clear_data = function()</ td > </ tr > </ table > </ blockquote > Clear contained values/texts</ div > </ div > <!--END_ND_TOOLTIPS-->
44
+
45
+
46
+
47
+
48
+ < div id =MSearchResultsWindow > < iframe src ="" frameborder =0 name =MSearchResults id =MSearchResults > </ iframe > < a href ="javascript:searchPanel.CloseResultsWindow() " id =MSearchResultsWindowClose > Close</ a > </ div >
49
+
50
+
51
+ < script language =JavaScript > <!--
52
+ if ( browserType ) { if ( browserVer ) { document . write ( "</div>" ) ; } document . write ( "</div>" ) ; } // --> </ script > </ body > </ html >
0 commit comments