<cfformitem type ="script">???

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default <cfformitem type ="script">???

    Hi all

    I am having difficulties with an app that i downloaded from asfusion.com.
    The apps url is [url]http://www.asfusion.com/apps/realestate/[/url]
    Basically once i have downloaded the zip and unpacked it etc... i am getting
    an error.

    Attribute validation error for tag CFFORMITEM.
    The value of the attribute TYPE, which is currently "script", must be one of
    the values: HRULE,HTML,TEXT,VRULE,SPACER.

    They have set the cfformitem type ="script" which as far as i know is an
    invalid type.
    Can someone please assist me here, if i try other types, it falls over.
    Where does the type="script" come from.

    The zip file can be downloaded from the site.

    Thanks again
    Papps


    Mr Pappy Guest

  2. Similar Questions and Discussions

    1. cfformitem type="script": How to set hidden field'svalue?
      I have a simple test form that contains a cftree and a few input/hidden fields. Whenever a tree node is selected, I want to change the values of...
    2. cfformitem type="html"
      I am having sound trouble using the above tag to display images... Using fusebox 3, getting a prod. description from a database, which includes a...
    3. Using CFSAVECONTENT with CFFORMITEM type="HTML"
      I am trying to create a preview area made up of a mix of HTML and cfform variables in a binding string. This is similar to the ASFusion article in...
    4. CFINPUT type="radio" w/ "value" requires "label"
      On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'...
    5. #25366 [NEW]: form buttons of type "image" dont send "submit" $_POST variable in IE
      From: jordanolsommer at imap dot cc Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: Variables related Bug...
  3. #2

    Default Re: <cfformitem type ="script">???

    Script: lets you create functions in Flash forms, which reduces the possibility
    of reaching the 64K limit.
    Please see
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
    wwhelp.htm?context=ColdFusion_Documentation&file=0 0000258.htm for more detail.

    LL@Work Guest

  4. #3

    Default Re: <cfformitem type ="script">???

    Hi,

    You should apply the CFMX 7.0.1 updater. This update to your CF server
    includes the enhancement that lets you code a script in a CFFORM tag.

    You will need the Dreamwaver or Homesite+ updates to let 'code hint'
    show you 'script' in the dropdown list for the CFFORMITEM tag.

    Hope this helps.
    - Milind Joshi

    Mr Pappy wrote:
    > Hi all
    >
    > I am having difficulties with an app that i downloaded from asfusion.com.
    > The apps url is [url]http://www.asfusion.com/apps/realestate/[/url]
    > Basically once i have downloaded the zip and unpacked it etc... i am getting
    > an error.
    >
    > Attribute validation error for tag CFFORMITEM.
    > The value of the attribute TYPE, which is currently "script", must be one of
    > the values: HRULE,HTML,TEXT,VRULE,SPACER.
    >
    > They have set the cfformitem type ="script" which as far as i know is an
    > invalid type.
    > Can someone please assist me here, if i try other types, it falls over.
    > Where does the type="script" come from.
    >
    > The zip file can be downloaded from the site.
    >
    > Thanks again
    > Papps
    >
    >
    Milind Joshi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139