Changes between Initial Version and Version 2 of Ticket #650


Ignore:
Timestamp:
Jun 22, 2007, 2:43:16 AM (17 years ago)
Author:
Martin Kou
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #650

    • Property Cc hkramer@… added
    • Property Reporter changed from Martin Kou to topodian@…
  • Ticket #650 – Description

    initial v2  
    88Its a simple fix:
    99
     10
     11{{{
    1012sConfig = sConfig & "&" & HTMLEditFormat(
    1113fieldName ) & '=' & HTMLEditFormat( fieldValue );
     14}}}
     15
    1216
    13172. Again in fckeditor.cfm, the isBoolean() test to
     
    1923Again a simple fix:
    2024
     25
     26{{{
    2127if( isBoolean(fieldValue) and NOT isNumeric(fieldValue)
    2228and fieldValue ) fieldValue = "true";
    2329else if( isBoolean( fieldValue) and NOT isNumeric
    2430(fieldValue) ) fieldValue = "false";
     31}}}
     32
    2533
    2634Basically I just added "AND NOT isNumeric(fieldValue)".
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy