| Línea 1169... |
Línea 1169... |
| 1169 |
$('#form-option #option-slug').val(objFormGenerator.sections[i].questions[j].options[k].slug_option);
|
1169 |
$('#form-option #option-slug').val(objFormGenerator.sections[i].questions[j].options[k].slug_option);
|
| 1170 |
CKEDITOR.instances['option-text'].setData(objFormGenerator.sections[i].questions[j].options[k].text,
|
1170 |
CKEDITOR.instances['option-text'].setData(objFormGenerator.sections[i].questions[j].options[k].text,
|
| 1171 |
function() {
|
1171 |
function() {
|
| 1172 |
editor.focus();
|
1172 |
editor.focus();
|
| 1173 |
});
|
1173 |
});
|
| - |
|
1174 |
CKEDITOR.replace('option-text',{
|
| - |
|
1175 |
toolbar: [
|
| - |
|
1176 |
{ name: 'editing', items: ['Scayt'] },
|
| - |
|
1177 |
{ name: 'links', items: ['Link', 'Unlink'] },
|
| - |
|
1178 |
{ name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
|
| - |
|
1179 |
{ name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
|
| - |
|
1180 |
'/',
|
| - |
|
1181 |
{ name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
|
| - |
|
1182 |
{ name: 'styles', items: ['Styles', 'Format'] },
|
| - |
|
1183 |
{ name: 'tools', items: ['Maximize'] }
|
| - |
|
1184 |
],
|
| - |
|
1185 |
removePlugins: 'elementspath,Anchor',
|
| - |
|
1186 |
heigth: 100
|
| - |
|
1187 |
});
|
| 1174 |
showForm = true;
|
1188 |
showForm = true;
|
| 1175 |
break;
|
1189 |
break;
|
| 1176 |
}
|
1190 |
}
|
| 1177 |
}
|
1191 |
}
|
| 1178 |
}
|
1192 |
}
|
| Línea 1375... |
Línea 1389... |
| 1375 |
toolbar: [
|
1389 |
toolbar: [
|
| 1376 |
{ name: 'editing', items: ['Scayt'] },
|
1390 |
{ name: 'editing', items: ['Scayt'] },
|
| 1377 |
{ name: 'links', items: ['Link', 'Unlink'] },
|
1391 |
{ name: 'links', items: ['Link', 'Unlink'] },
|
| 1378 |
{ name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
|
1392 |
{ name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
|
| 1379 |
{ name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
|
1393 |
{ name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
|
| 1380 |
'/',
|
- |
|
| 1381 |
{ name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
|
- |
|
| 1382 |
{ name: 'styles', items: ['Styles', 'Format'] },
|
- |
|
| 1383 |
{ name: 'tools', items: ['Maximize'] }
|
- |
|
| 1384 |
],
|
- |
|
| 1385 |
removePlugins: 'elementspath,Anchor',
|
- |
|
| 1386 |
heigth: 100
|
- |
|
| 1387 |
});
|
- |
|
| 1388 |
|
- |
|
| 1389 |
CKEDITOR.replace('option-text', {
|
- |
|
| 1390 |
toolbar: [
|
- |
|
| 1391 |
{ name: 'editing', items: ['Scayt'] },
|
- |
|
| 1392 |
{ name: 'links', items: ['Link', 'Unlink'] },
|
- |
|
| 1393 |
{ name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
|
- |
|
| 1394 |
{ name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
|
- |
|
| 1395 |
'/',
|
1394 |
'/',
|
| 1396 |
{ name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
|
1395 |
{ name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
|
| 1397 |
{ name: 'styles', items: ['Styles', 'Format'] },
|
1396 |
{ name: 'styles', items: ['Styles', 'Format'] },
|
| 1398 |
{ name: 'tools', items: ['Maximize'] }
|
1397 |
{ name: 'tools', items: ['Maximize'] }
|
| 1399 |
],
|
1398 |
],
|