📄 ext.storemgr.html
字号:
<!--如果这不是同个namespace下--><a ext:cls="Ext.util.MixedCollection" ext:member="#method-find" href="output/Ext.util.MixedCollection.html#method-find"> MixedCollection </a> </td> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="insert-insert"></a> <b>insert</b> ( <code> Number index, </code> <code> String key, </code> <code> <span class='optional'>[Object o]</span> </code> ) : <div class="mdesc"> <div class="short">
指定集合中的某个索引然后插入一个Item
</div> <div class="long">
指定集合中的某个索引然后插入一个Item
<div class="mdetail-params"> <strong>参数项:</strong> <ul> <li> <code> index </code> : Number <div class="sub-desc"> 要插入item的索引。 </div> </li> <li> <code> key </code> : String <div class="sub-desc"> 包含新item的key名称,或item本身 </div> </li> <li> <code> o </code> : Object <div class="sub-desc"> </div> </li> </ul> <b>返回:</b> <ul> <li> <code> </code> </li> </ul> </div> </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.util.MixedCollection" ext:member="#method-insert" href="output/Ext.util.MixedCollection.html#method-insert"> MixedCollection </a> </td> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="remove-remove"></a> <b>remove</b> ( <code> Object o </code> ) : Object <div class="mdesc"> <div class="short">
从集合中移除Item
</div> <div class="long">
从集合中移除Item
<div class="mdetail-params"> <strong>参数项:</strong> <ul> <li> <code> o </code> : Object <div class="sub-desc"> 移除的item </div> </li> </ul> <b>返回:</b> <ul> <li> <code> Object </code> 被移除的Item </li> </ul> </div> </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.util.MixedCollection" ext:member="#method-remove" href="output/Ext.util.MixedCollection.html#method-remove"> MixedCollection </a> </td> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="removeAt-removeAt"></a> <b>removeAt</b> ( <code> Number index </code> ) : Object <div class="mdesc"> <div class="short">
从集合中移除由index指定的Item。完成后触发#remove事件。
</div> <div class="long">
从集合中移除由index指定的Item。完成后触发<a href="###" onClick="alert('#remove');">#remove</a>事件。
<div class="mdetail-params"> <strong>参数项:</strong> <ul> <li> <code> index </code> : Number <div class="sub-desc"> 移除item的索引 </div> </li> </ul> <b>返回:</b> <ul> <li> <code> Object </code> 被移除的item或是false就代表没有移除。 </li> </ul> </div> </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.util.MixedCollection" ext:member="#method-removeAt" href="output/Ext.util.MixedCollection.html#method-removeAt"> MixedCollection </a> </td> </tr> <tr class="method-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <!--ClassName--><a id="removeKey-removeKey"></a> <b>removeKey</b> ( <code> String key </code> ) : Object <div class="mdesc"> <div class="short">
根据传入参数key,从集合中移除相关的item
</div> <div class="long">
根据传入参数key,从集合中移除相关的item
<div class="mdetail-params"> <strong>参数项:</strong> <ul> <li> <code> key </code> : String <div class="sub-desc"> 要移除item的key </div> </li> </ul> <b>返回:</b> <ul> <li> <code> Object </code> 被移除的item或是false就代表没有移除。 </li> </ul> </div> </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.util.MixedCollection" ext:member="#method-removeKey" href="output/Ext.util.MixedCollection.html#method-removeKey"> MixedCollection </a> </td> </tr> <tr class="method-row expandable"> <td class="micon">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -