NoteContextAwareWidget.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Class: NoteContextAwareWidget</title>
  6. <script src="scripts/prettify/prettify.js"> </script>
  7. <script src="scripts/prettify/lang-css.js"> </script>
  8. <!--[if lt IE 9]>
  9. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
  12. <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
  13. </head>
  14. <body>
  15. <div id="main">
  16. <h1 class="page-title">Class: NoteContextAwareWidget</h1>
  17. <section>
  18. <header>
  19. <h2><span class="attribs"><span class="type-signature"></span></span>NoteContextAwareWidget<span class="signature">()</span><span class="type-signature"></span></h2>
  20. <div class="class-description">This widget allows for changing and updating depending on the active note.</div>
  21. </header>
  22. <article>
  23. <div class="container-overview">
  24. <h2>Constructor</h2>
  25. <h4 class="name" id="NoteContextAwareWidget"><span class="type-signature"></span>new NoteContextAwareWidget<span class="signature">()</span><span class="type-signature"></span></h4>
  26. <dl class="details">
  27. <dt class="tag-source">Source:</dt>
  28. <dd class="tag-source"><ul class="dummy"><li>
  29. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line8">line 8</a>
  30. </li></ul></dd>
  31. </dl>
  32. </div>
  33. <h3 class="subsection-title">Extends</h3>
  34. <ul>
  35. <li><a href="BasicWidget.html">BasicWidget</a></li>
  36. </ul>
  37. <h3 class="subsection-title">Members</h3>
  38. <h4 class="name" id="hoistedNoteId"><span class="type-signature"></span>hoistedNoteId<span class="type-signature"></span></h4>
  39. <dl class="details">
  40. <dt class="tag-source">Source:</dt>
  41. <dd class="tag-source"><ul class="dummy"><li>
  42. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line42">line 42</a>
  43. </li></ul></dd>
  44. </dl>
  45. <h4 class="name" id="note"><span class="type-signature"></span>note<span class="type-signature"></span></h4>
  46. <dl class="details">
  47. <dt class="tag-source">Source:</dt>
  48. <dd class="tag-source"><ul class="dummy"><li>
  49. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line27">line 27</a>
  50. </li></ul></dd>
  51. </dl>
  52. <h4 class="name" id="noteContext"><span class="type-signature"></span>noteContext<span class="type-signature"> :NoteContext</span></h4>
  53. <h5>Type:</h5>
  54. <ul>
  55. <li>
  56. <span class="param-type">NoteContext</span>
  57. </li>
  58. </ul>
  59. <dl class="details">
  60. <dt class="tag-source">Source:</dt>
  61. <dd class="tag-source"><ul class="dummy"><li>
  62. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line108">line 108</a>
  63. </li></ul></dd>
  64. </dl>
  65. <h4 class="name" id="noteId"><span class="type-signature"></span>noteId<span class="type-signature"></span></h4>
  66. <dl class="details">
  67. <dt class="tag-source">Source:</dt>
  68. <dd class="tag-source"><ul class="dummy"><li>
  69. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line32">line 32</a>
  70. </li></ul></dd>
  71. </dl>
  72. <h4 class="name" id="notePath"><span class="type-signature"></span>notePath<span class="type-signature"></span></h4>
  73. <dl class="details">
  74. <dt class="tag-source">Source:</dt>
  75. <dd class="tag-source"><ul class="dummy"><li>
  76. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line37">line 37</a>
  77. </li></ul></dd>
  78. </dl>
  79. <h3 class="subsection-title">Methods</h3>
  80. <h4 class="name" id="cssBlock"><span class="type-signature"></span>cssBlock<span class="signature">(block)</span><span class="type-signature"> &rarr; {this}</span></h4>
  81. <div class="description">
  82. Accepts a string of CSS to add with the widget.
  83. </div>
  84. <h5>Parameters:</h5>
  85. <table class="params">
  86. <thead>
  87. <tr>
  88. <th>Name</th>
  89. <th>Type</th>
  90. <th class="last">Description</th>
  91. </tr>
  92. </thead>
  93. <tbody>
  94. <tr>
  95. <td class="name"><code>block</code></td>
  96. <td class="type">
  97. <span class="param-type">string</span>
  98. </td>
  99. <td class="description last"></td>
  100. </tr>
  101. </tbody>
  102. </table>
  103. <dl class="details">
  104. <dt class="inherited-from">Inherited From:</dt>
  105. <dd class="inherited-from"><ul class="dummy"><li>
  106. <a href="BasicWidget.html#cssBlock">BasicWidget#cssBlock</a>
  107. </li></ul></dd>
  108. <dt class="tag-source">Source:</dt>
  109. <dd class="tag-source"><ul class="dummy"><li>
  110. <a href="widgets_basic_widget.js.html">widgets/basic_widget.js</a>, <a href="widgets_basic_widget.js.html#line78">line 78</a>
  111. </li></ul></dd>
  112. </dl>
  113. <h5>Returns:</h5>
  114. <div class="param-desc">
  115. for chaining
  116. </div>
  117. <dl>
  118. <dt>
  119. Type
  120. </dt>
  121. <dd>
  122. <span class="param-type">this</span>
  123. </dd>
  124. </dl>
  125. <h4 class="name" id="doRender"><span class="type-signature"></span>doRender<span class="signature">()</span><span class="type-signature"></span></h4>
  126. <div class="description">
  127. Method used for rendering the widget.
  128. Your class should override this method.
  129. The method is expected to create a this.$widget containing jQuery object
  130. </div>
  131. <dl class="details">
  132. <dt class="inherited-from">Inherited From:</dt>
  133. <dd class="inherited-from"><ul class="dummy"><li>
  134. <a href="BasicWidget.html#doRender">BasicWidget#doRender</a>
  135. </li></ul></dd>
  136. <dt class="tag-source">Source:</dt>
  137. <dd class="tag-source"><ul class="dummy"><li>
  138. <a href="widgets_basic_widget.js.html">widgets/basic_widget.js</a>, <a href="widgets_basic_widget.js.html#line132">line 132</a>
  139. </li></ul></dd>
  140. </dl>
  141. <h4 class="name" id="isEnabled"><span class="type-signature"></span>isEnabled<span class="signature">()</span><span class="type-signature"> &rarr; {boolean}</span></h4>
  142. <dl class="details">
  143. <dt class="tag-source">Source:</dt>
  144. <dd class="tag-source"><ul class="dummy"><li>
  145. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line53">line 53</a>
  146. </li></ul></dd>
  147. </dl>
  148. <h5>Returns:</h5>
  149. <div class="param-desc">
  150. true when an active note exists
  151. </div>
  152. <dl>
  153. <dt>
  154. Type
  155. </dt>
  156. <dd>
  157. <span class="param-type">boolean</span>
  158. </dd>
  159. </dl>
  160. <h4 class="name" id="refreshWithNote"><span class="type-signature">(async) </span>refreshWithNote<span class="signature">(note)</span><span class="type-signature"> &rarr; {Promise.&lt;void>}</span></h4>
  161. <div class="description">
  162. Override this method to be able to refresh your
  163. widget with each note.
  164. </div>
  165. <h5>Parameters:</h5>
  166. <table class="params">
  167. <thead>
  168. <tr>
  169. <th>Name</th>
  170. <th>Type</th>
  171. <th class="last">Description</th>
  172. </tr>
  173. </thead>
  174. <tbody>
  175. <tr>
  176. <td class="name"><code>note</code></td>
  177. <td class="type">
  178. <span class="param-type"><a href="FNote.html">FNote</a></span>
  179. </td>
  180. <td class="description last"></td>
  181. </tr>
  182. </tbody>
  183. </table>
  184. <dl class="details">
  185. <dt class="tag-source">Source:</dt>
  186. <dd class="tag-source"><ul class="dummy"><li>
  187. <a href="widgets_note_context_aware_widget.js.html">widgets/note_context_aware_widget.js</a>, <a href="widgets_note_context_aware_widget.js.html#line73">line 73</a>
  188. </li></ul></dd>
  189. </dl>
  190. <h5>Returns:</h5>
  191. <dl>
  192. <dt>
  193. Type
  194. </dt>
  195. <dd>
  196. <span class="param-type">Promise.&lt;void></span>
  197. </dd>
  198. </dl>
  199. </article>
  200. </section>
  201. </div>
  202. <nav>
  203. <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BasicWidget.html">BasicWidget</a></li><li><a href="FAttachment.html">FAttachment</a></li><li><a href="FAttribute.html">FAttribute</a></li><li><a href="FBranch.html">FBranch</a></li><li><a href="FNote.html">FNote</a></li><li><a href="FrontendScriptApi.html">FrontendScriptApi</a></li><li><a href="NoteContextAwareWidget.html">NoteContextAwareWidget</a></li><li><a href="RightPanelWidget.html">RightPanelWidget</a></li></ul><h3>Global</h3><ul><li><a href="global.html#api">api</a></li><li><a href="global.html#getJsonContent">getJsonContent</a></li><li><a href="global.html#getJsonContentSafely">getJsonContentSafely</a></li></ul>
  204. </nav>
  205. <br class="clear">
  206. <footer>
  207. Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a>
  208. </footer>
  209. <script> prettyPrint(); </script>
  210. <script src="scripts/linenumber.js"> </script>
  211. </body>
  212. </html>