This topic is locked

InnovaEditor

3/7/2012 8:11:14 PM
ASPRunnerPro General questions
T
TechArt author

I hope to have advise to help me solve this situation ,
I try to customize the toolbar of the ( InnovaEditor ) , I try to edit the code of page ( innova.asp ) as follows :
I add new line to the code of InnovaEditor(""oEdit") object ...

this code add new group to the toolbar with buttons ( FlashDialog , LinkDialog , ImageDialog , YoutubeDialog )
-----------------------------------------------------------------
" oEdit") & CSmartStr(cfieldname)) & ".groups = [[""group1"", "", [""FlashDialog"", ""LinkDialog"", ""ImageDialog"", ""YoutubeDialog""]]];" & vbcrlf &
-----------------------------------------------------------------
but everytime I try to run the table contains textarea box , I receive the following error :
==============================================================================

Microsoft VBScript compilation error '800a0401'
Expected end of statement
/test101/innova.asp, line 70
" oEdit") & CSmartStr(cfieldname)) & ".REPLACE(""") & CSmartStr(cfield)) & """);" & vbcrlf &


-----------------------------------------------------^
==============================================================================
Thanks

Sergey Kornilov admin 3/8/2012

I guess you need to make sure your syntax is correct.
If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We'll be glad to assist you - just need to see the whole application.