// ========================================================================== // Project: SproutCore
- JavaScript Application Framework // Copyright: ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ==========================================================================
SC
.BaseTheme.formRenderDelegate = SC
.RenderDelegate.create({
className: 'form', flowSpacing: { left: 5, top: 5, bottom: 5, right: 5 }, render: function() { }, update: function() { }
});
SC
.BaseTheme.FORM_FLOW_SPACING = { left: 5, top: 5, bottom: 5, right: 5 };