Hi All.
I have this problem:
I'm beginner in web services and this kind of stuff.
My task is to create a form with editor component.
We are using WebLogic 9.0.
I think, that I've copied the FCKEditor js, and other files in proper place - couse they are visible in war file on the server.
Unfortunatelly when I go into my page, i cannot see the editor. Like I haven't done anything with it.
This is my code (most of it):
<div class="search-form"><iv:form action="/bot/products/specSave.html" method="post" styleClass="search-form"> <div> <div class="search-form-header"> <div class="title"> <h1><bean:message key="administration.product.details.description" /></h1> </div> </div> </div> <table cellspacing="0" cellpadding="0" class="max-width"> <tr> <td> <div> <table> <iv:readOnly permissions="ADMIN,SUPERSPRZEDAWCA"> <tr> <td class="field-value"> <table class="field-value-wrap max-width border-field-blue" cellpadding="0" cellspacing="0"> <tr> <td height="400" width="800"> <script type="text/javascript" src="fckeditor/fckeditor.js"> var oFCKeditor = new FCKeditor('FCKEditor1') ; oFCKeditor.BasePath = '/fckeditor/' ; oFCKeditor.Config["CustomConfigurationsPath"] = "/productDescription.js"; oFCKeditor.ToolbarSet = 'Default'; FCKConfig.ToolbarStartExpanded = true; oFCKeditor.Create(); </script> </div> </td> </tr> </table> </td> </tr> </iv:readOnly> </table> </div> </tr> </table> <!-- Przycisk zamknij --> <div class="summary-buttons-left"> <div class="summary-button"><html:cancel styleClass="button"> <bean:message key="button.close" /> </html:cancel></div> </div> <!-- Przycisk zapisz --> <div class="summary-buttons-right"> <div class="summary-button"><html:submit property="submit" styleClass="button"> <bean:message key="button.save" /> </html:submit></div> </div> <!-- --> </iv:form></div>
Please help me. I really out of ideas what to do...
Re: Can't see FCKEditor.
Re: Can't see FCKEditor.
No I haven't. I'm trying to download this tag, but altought I search up whole google, and I have just tld file, or java file.
But no whole library.
Re: Can't see FCKEditor.
Re: Can't see FCKEditor.