Hi,
I could not find anywhere any info on how to load the editor hidden initially and only visible after clicking on the down arrow. Could someone tell me how to do that?
I could not find anywhere any info on how to load the editor hidden initially and only visible after clicking on the down arrow. Could someone tell me how to do that?
RE: hide editor initially
FCKConfig.ToolbarStartExpanded=false;
Kae
RE: hide editor initially
RE: hide editor initially
If I have to detect the browser, will it be fixed if I add the lines:
<script language="JavaScript">
FCKConfig.ToolbarStartExpanded=true;
</script>
somewhere on the page?
RE: hide editor initially
Problem is it still doesn't work in IE, any suggestions?