MCPcopy Create free account
hub / github.com/neomjs/neo / createExampleComponent

Method createExampleComponent

examples/form/field/date/MainContainer.mjs:118–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 createExampleComponent() {
119 return Neo.create(DateField, {
120 clearToOriginalValue: true,
121 labelText : 'Label',
122 labelWidth : 70,
123 value : DateUtil.convertToyyyymmdd(new Date()),
124 width : 270
125 })
126 }
127}
128
129export default Neo.setupClass(MainContainer);

Callers

nothing calls this directly

Calls 2

convertToyyyymmddMethod · 0.80
createMethod · 0.45

Tested by

no test coverage detected