dolittle / Bifrost

This is the stable release of Dolittle till its out of alpha->beta stages
Other
110 stars 32 forks source link

Bifrost grid should have an id in markup #454

Closed andersnygaard closed 10 years ago

andersnygaard commented 10 years ago

The grid has a name property. That should reflect to the DOM as an id attribute.

@{ Html.Table() .Name("someName")

It will make the grid easier to access with CSS and javascript

einari commented 10 years ago

Bifrost does not have a grid , but you should probably not be accessing it if it existed with JavaScript like that 

— Sent from Mailbox for iPhone

On Thu, Oct 31, 2013 at 1:04 PM, andersnygaard notifications@github.com wrote:

The grid has a name property. That should reflect to the DOM as an id attribute. @{ Html.Table() .Name("someName")

It will make the grid easier to access with CSS and javascript

Reply to this email directly or view it on GitHub: https://github.com/dolittle/Bifrost/issues/454