Sha256: 7772a7688b89e4ae32f300b08b6feaf529f50cacf80fed326a7cb0b006f3790d
Contents?: true
Size: 662 Bytes
Versions: 1
Compression:
Stored size: 662 Bytes
Contents
// ========================================================================== // ViewBuilder.BuilderView // ========================================================================== require('core'); /** @class A BuilderView displays the visible and editable portion of a view. You can plug any generic builder record into a view and it will display the content. If the builder is a container, it will also allow you to add child views to the container. @extends SC.View @author AuthorName @version 0.1 */ SC.BuilderView = SC.View.extend( /** @scope ViewBuilder.BuilderView.prototype */ { // TODO: Add your own code here. }) ;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-0.9.2 | clients/view_builder/views/builder.js |