Skip to content

Commit

Permalink
small fix to dnd cols
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Feb 15, 2015
1 parent 7a00b18 commit b218229
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 1 deletion.
5 changes: 5 additions & 0 deletions behaviors/fin-hypergrid-behavior-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,11 @@

changed: function() {},

//this is done through the dnd tool for now...
isColumnReorderable: function() {
return true;
},

alphaFor: function(i) {
// Name the column headers in A, .., AA, AB, AC, .., AZ format
// quotient/remainder
Expand Down
2 changes: 1 addition & 1 deletion q/s2/u.q
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ A[`tradeId]:(.tt.nul;`tradeId)
.js.set()!();

/ update
.z.ts:{update price:price+-.5+count[T]?1.,quantity:quantity+-5+count[T]?10 from`T;.js.ups`price`quantity;}
.z.ts:{update price:price+-.5+count[T]?1.,quantity:quantity+-5+count[T]?10 from`T;.js.ups`price`quantity;}
79 changes: 79 additions & 0 deletions talk-outline.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
talk #3 GDG meetup more polymer notes
-----------------------------------------
what is and why is polymer cool
core/paper elements
material design
it supports themes
what is webcomponents and why is it cool
shadow-dom
encapsulated dom and css(not really ;))
single deployable html import file
replace lotsa boilerplate
angular-esque
templates
data binding
pub/sub mechanism

describe my dev environment, dev loop and build
aggresive valididation
odd project structure
vulcanizer doesn't compress any of the files
also a better google pages export script

fix yeoman build - move to gulp
plugin pattern

other components
fin-hypergrid-dnd-list widget
fin-rectangles
fin-canvas

polymer has issues -- its young and evolving
polyfills are really hard
css piercing stuff is amazing that it works
documentation is lacking or out of date often but you have the code

great touch-gesture library
it's how I did the dnd list widget
I need to use if for the hypergrid eventing

polymer needs a dependency-injection component







































talk notes
---------------------
about me
Expand Down

0 comments on commit b218229

Please sign in to comment.