 |
 |
|
|
|
|
 |
|
|
General
The ever-powerful List X module forum. Post your questions, new configuration ideas and reviews.
| You are not authorized to post a reply.
|
|
| Author |
Messages |
|
empulse
 Posts:78

 |
| 07/02/2008 11:55 PM |
Alert
|
Can someone give me some information on the TEXTEDITOR tag (i.e. syntax) and and example? The documentation is for the using FTB, but I found a post saying that {TEXTEDITOR,ID,CONTENT,WIDTH,HEIGHT} could be used. It's CONTENT part that I can't make heads or tails of (That part of the doc REALLY needs to be re-written) Thanks |
|
|
|
|
pmanda
 Posts:261
 |
| 07/03/2008 12:40 PM |
Alert
|
{TEXTEDITOR,ID,CONTENT,WIDTH,HEIGHT}
ID is the ID of the texteditior Content which is coming from the main Query. Width,Height- you can specify the width and height of the texteditor.
If you don't have a query you can simply use as
{Texteditor,ID,ID,500,500}
Let us know if you have any issues. |
|
Praveena Manda Software Engineer Bi4ce,Inc |
|
|
empulse
 Posts:78

 |
| 07/03/2008 1:17 PM |
Alert
|
Using the code below, I am getting an error each time the page is loaded. When in edit mode, the record for the "abstract" column is not retrieved.
Also, is it possible to display the controls in edit mode that allow setting the properties for this instance (i.e. which menu is displayed, style sheet used, etc. -- normally available for each instance of the check box).
Error Message: This AJAX request contains a javascript Error ed.document contains no properties.
----------- Code that I am using (the working Textarea tag for each is in comment tags ---- <!-- default item - no results --> <td width=100% nowrap class=NormalTextBox> {TEXTEDITOR,frmabstract,frmabstract,300,100}
<!-- textarea id='' name='frmabstract' cols="60" rows="12" > </textarea --> </td>
<!-- List Item -->
<td width=100% nowrap class=NormalTextBox> {TEXTEDITOR,frmabstract,[COALESCE,frmabstract,Empty Form,abstract,,{ENCODEHTML}],300,200} <!-- textarea id='frmabstract' name='frmabstract' value="[COALESCE,frmabstract,Empty Form,abstract,,{ENCODEHTML}]" cols="60" rows="12" ></textarea -->
|
|
|
|
|
empulse
 Posts:78

 |
| 07/03/2008 1:18 PM |
Alert
|
| Forgot to mention: An edit control does display in the form. |
|
|
|
|
empulse
 Posts:78

 |
| 07/03/2008 1:21 PM |
Alert
|
More: Cannot type in the edit area
Is this FTB or is it FCK? I assumed that it was FCK since that is the standard provider for DNN but it looks like FTB which I have not had on this site for a year or longer. |
|
|
|
|
empulse
 Posts:78

 |
| 07/03/2008 1:52 PM |
Alert
|
One more time: In my original post I included some wrong code.
The Working Textarea code for the list item is:
<textarea id='frmabstract' name='frmabstract'cols="60" rows="12">[COALESCE,frmabstract,Empty Form,abstract,,{ENCODEHTML}]</textarea> |
|
|
|
|
robert_chumley
 Posts:579
 |
| 07/07/2008 3:03 PM |
Alert
|
Hello, ListX is limited to the FTB editor. You can always implement your own WYSIWYG like TinyMCE or FCK. All you need to do is include the javascript files any you are set to go. Thanks, |
|
Robert Chumley r2integrated (formally bi4ce) |
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.6
|
|
| Latest Post
|
 |
|
At R2integrated (formerly Bi4ce), we take support seriously. That's why we support our customers and DNN community with daily monitoring from our experienced engineering team. We ask that the first step taken is to read the relevant documentation and support forums prior to submitting any questions that may already be available or have been answered. We ask that you review the documentation that we provide for our products before posting a question.
The Forums are for our customers to chat, exchange ideas and strategies, and submit feedback. Please be sure to perform keyword searches for previous related forum responses.
To be helpful when submitting a new item, please include the following:
- DNN Version
- Module Version
- Admin Log Viewer Information
- Environment detail: Operating system, .NET framework version, database and version, IIS version, Browser version (if appropriate)
We always try to respond quickly and monitor the forums daily during business hours (EST). Occasionally, requests for a specific project requirement may not apply for the free support offered. For project specific support please submit via our Information Request form.
Thank you for using our Forums.
Click here to register for the Forums
|
|
|
|
| © 2008 by R2integrated (formerly Bi4ce) | DNN® is a registered trademark of DotNetNuke Corporation
|
 |
|
|
|
 |
 |