Changeset 329 for GearsORM/trunk/docs/files/GearsORM-Fields-js.html
- Timestamp:
- 08/21/07 18:07:22 (17 months ago)
- Files:
-
- 1 modified
-
GearsORM/trunk/docs/files/GearsORM-Fields-js.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GearsORM/trunk/docs/files/GearsORM-Fields-js.html
r310 r329 30 30 <div class="CFunction CTopic"><h3 class=CTitle><a name="GearsORM.Fields.ManyToOne.getRelatedClass"></a>getRelatedClass</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td>getRelatedClass:function()</td></tr></table></blockquote><p class=CParagraph>return the related model class</p></div></div> 31 31 32 <div class="CClass CTopic"><h2 class=CTitle><a name="GearsORM.Fields.OneToMany"></a>GearsORM.<span class=HB> </span>Fields.<span class=HB> </span>OneToMany</h2><div class=CBody><p class=CParagraph>represent a forigen key relation</p><h4 class=CHeading>Constructor</h4><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>a object that look like this: { related:”name_of_the_related_table”, onDeleteCascade:if true this will create triggers to emulate a ON DELETE CASCADE,if this is false it will do ON DELETE RESTRICT }</td></tr></table><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.copy" id=link22 onMouseOver="ShowTip(event, 'tt6', 'link22')" onMouseOut="HideTip('tt6')">copy</a></td><td class=SDescription>create a copy of this object</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.toSql" id=link23 onMouseOver="ShowTip(event, 'tt7', 'link23')" onMouseOut="HideTip('tt7')">toSql</a></td><td class=SDescription>return the sql string for this field</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.getRelatedClass" id=link24 onMouseOver="ShowTip(event, 'tt8', 'link24')" onMouseOut="HideTip('tt8')">getRelatedClass</a></td><td class=SDescription>return the related model class</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div>32 <div class="CClass CTopic"><h2 class=CTitle><a name="GearsORM.Fields.OneToMany"></a>GearsORM.<span class=HB> </span>Fields.<span class=HB> </span>OneToMany</h2><div class=CBody><p class=CParagraph>represent a forigen key relation</p><h4 class=CHeading>Constructor</h4><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>a object that look like this: { related:”name_of_the_related_table”, onDeleteCascade:if true this will create triggers to emulate a ON DELETE CASCADE,if this is false it will do ON DELETE RESTRICT, allowNull:allow a null value }</td></tr></table><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBody><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SGroup"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.copy" id=link22 onMouseOver="ShowTip(event, 'tt6', 'link22')" onMouseOut="HideTip('tt6')">copy</a></td><td class=SDescription>create a copy of this object</td></tr><tr class="SFunction SIndent1"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.toSql" id=link23 onMouseOver="ShowTip(event, 'tt7', 'link23')" onMouseOut="HideTip('tt7')">toSql</a></td><td class=SDescription>return the sql string for this field</td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#GearsORM.Fields.OneToMany.getRelatedClass" id=link24 onMouseOver="ShowTip(event, 'tt8', 'link24')" onMouseOut="HideTip('tt8')">getRelatedClass</a></td><td class=SDescription>return the related model class</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div> 33 33 34 34 <div class="CGroup CTopic"><h3 class=CTitle><a name="GearsORM.Fields.OneToMany.Functions"></a>Functions</h3></div> … … 68 68 69 69 70 <div id=Menu><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Fields.js</div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="M Group MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!--70 <div id=Menu><div class="MFile MEntry" id=MSelected>GearsORM.<span class=HB> </span>Fields.js</div><div class="MFile MEntry"><a href="GearsORM-Introspection-js.html">GearsORM.<span class=HB> </span>Introspection.js</a></div><div class="MFile MEntry"><a href="GearsORM-js.html">GearsORM.js</a></div><div class="MFile MEntry"><a href="GearsORM-Model-js.html">GearsORM.<span class=HB> </span>Model.js</a></div><div class="MFile MEntry"><a href="GearsORM-ResultIterator-js.html">GearsORM.<span class=HB> </span>ResultIterator.js</a></div><div class="MFile MEntry"><a href="GearsORM-Transaction-js.html">GearsORM.<span class=HB> </span>Transaction.js</a></div><div class="MGroup MEntry"><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class="MIndex MEntry"><a href="../index/General.html">Everything</a></div><div class="MIndex MEntry"><a href="../index/Classes.html">Classes</a></div><div class="MIndex MEntry"><a href="../index/Files.html">Files</a></div><div class="MIndex MEntry"><a href="../index/Functions.html">Functions</a></div><div class="MIndex MEntry"><a href="../index/Properties.html">Properties</a></div></div></div><script type="text/javascript"><!-- 71 71 var searchPanel = new SearchPanel("searchPanel", "HTML", "../search"); 72 72 --></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="Properties">Properties</option></select></div><div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div></div><!--Menu-->
