Opened 12 years ago
Closed 12 years ago
#9494 closed Task (invalid)
Create a hide field text and image and show them after click a button
Reported by: | alex | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP | Version: | |
Keywords: | Cc: |
Description
Hi to everybody! I'm new.
I have installed FCKEditor on my website and it works grat!
Now i want do this:
Write a article, when user click on a buttom "SHOW" then, show the rest of the article and images.
How i can do it?
Thanks!
Change History (1)
comment:1 Changed 12 years ago by
Keywords: | hide field text removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Please note that the CKEditor development website is not the right place for support requests.
Please refer to the following article for information on where to get support for all issues related to CKEditor: http://docs.cksource.com/CKEditor_3.x/Howto/Support
Also try using our forums for advice: http://cksource.com/forums/
If you are looking for professional assistance, the CKEditor development team is available via a dedicated support channel that is included in all our commercial licenses: http://ckeditor.com/license
I'm not sure what exactly do you want to do but if you need to show text in CKEditor and then when button is pressed resize editor to show whole text, I think you should use http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#resize method.
For that to work properly you will probably have to calculate size of contents before resizing.
You can always resize editor to fixed height and have scrollbar if contents exceed new height which is not so bad either.