Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Wed, 08/15/2007 - 00:11
#1
albruan
Joined:
16/07/2007
Posts:
33
How can I populate a combobox after FCKeditor has loaded?
Fri, 08/17/2007 - 19:06
#2
albruan
Joined:
16/07/2007
Posts:
33
Re: How can I populate a combobox after FCKeditor has loaded?
Bump
Mon, 08/20/2007 - 18:56
#3
albruan
Joined:
16/07/2007
Posts:
33
Re: How can I populate a combobox after FCKeditor has loaded?
Anybody?
Here's what little JavaScript I have in my page:
function populateDataFieldDropDown() {
entityTypeID = document.getElementById('ddlEntityTypes').value;
processID = document.getElementById('ddlProcesses').value;
var editor = document.getElementById(FCKeditor1');
}
I'm unable to get anything related to the toolbar or my combobox from the editor object. Am I looking at the wrong object?
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: How can I populate a combobox after FCKeditor has loaded?
Re: How can I populate a combobox after FCKeditor has loaded?
Here's what little JavaScript I have in my page:
function populateDataFieldDropDown() {
entityTypeID = document.getElementById('ddlEntityTypes').value;
processID = document.getElementById('ddlProcesses').value;
var editor = document.getElementById(FCKeditor1');
}
I'm unable to get anything related to the toolbar or my combobox from the editor object. Am I looking at the wrong object?