This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Note to myself... | |
| Made a copy of you NPM plugin and called all that was "npm" to "jspm" | |
| DO not use! this can mess up your project :-) | |
| ``` | |
| install() { | |
| if (this._installing) { | |
| alert('Already installing'); | |
| return; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <require from="valueConverters"></require> | |
| <div class="row"> | |
| <v-grid | |
| class="col-md-6" | |
| style="height:350px" | |
| v-row-height="25" | |
| v-header-height="50" | |
| v-row-onclick.delegate="singleClick($event.detail)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div css="height:200px;width:200px;background-color:blue">I'm missing my style!!! :-(</div> | |
| <div css="${cssHack};height:200px;width:200px;background-color:blue:color:white">Yay :-)</div> | |
| </template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <require from="valueConverters"></require> | |
| <require from="v-grid-control-form.html"></require> | |
| <div class="row"> | |
| <v-grid | |
| class="col-md-6" | |
| style="height:350px" | |
| v-row-height="25" | |
| v-header-height="50" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <style> | |
| .vgrid-header-input-search-icon-top{ | |
| position:absolute; | |
| top:5.5px; | |
| left:3px; | |
| } | |
| .vgrid-header-input-search-icon-bottom{ | |
| position:absolute; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <p>Change value in one of the cells in the first 2 columns</p> | |
| <v-grid | |
| class="col-md-6" | |
| style="height:350px" | |
| v-row-height="25" | |
| v-header-height="50" | |
| v-multi-select="true" | |
| v-row-on-draw.call="onRowDraw($event)" | |
| v-collection.bind=myCollection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <p>Change value in one of the cells in the first 2 columns</p> | |
| <v-grid | |
| class="col-md-6" | |
| style="height:350px" | |
| v-row-height="40" | |
| v-header-height="50" | |
| v-multi-select="true" | |
| v-collection.bind=myCollection | |
| v-grid-context.bind=myGrid> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <p>Change value in one of the cells in the first 2 columns</p> | |
| <v-grid | |
| class="col-md-6" | |
| style="height:350px" | |
| v-row-height="36" | |
| v-header-height="50" | |
| v-multi-select="true" | |
| v-collection.bind=myCollection | |
| v-grid-context.bind=myGrid> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <p>Change value in one of the cells in the first 2 columns</p> | |
| <v-grid | |
| class="col-md-6" | |
| style="height:350px" | |
| v-row-height="36" | |
| v-header-height="50" | |
| v-multi-select="true" | |
| v-collection.bind=myCollection | |
| v-grid-context.bind=myGrid> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <style> | |
| .vGrid-body{ | |
| max-height:600px; | |
| } | |
| .vGrid-footer{ | |
| padding:0 !important; | |
| } | |
| </style> | |
| <p>Change value in one of the cells in the first 2 columns</p> |