Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7061 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7061 Rev 7065
Línea 150... Línea 150...
150
            </Form.Group>
150
            </Form.Group>
Línea 151... Línea 151...
151
 
151
 
152
            <CKEditor
152
            <CKEditor
153
              onChange={(e) => setValue('description', e.editor.getData())}
153
              onChange={(e) => setValue('description', e.editor.getData())}
-
 
154
              initData={watchDescription}
-
 
155
              onInstanceReady={(e) => {
-
 
156
                console.log('Instance ready')
-
 
157
                e.editor.setData(watchDescription)
154
              initData={watchDescription}
158
              }}
155
              config={CKEDITOR_OPTIONS}
159
              config={CKEDITOR_OPTIONS}
Línea 156... Línea 160...
156
            />
160
            />
157
 
161