Coldfusion builder2 not minimize(collapse) block of code proper way

Like for this code collapse not work properly:
<!DOCTYPE html>
<html>
          <head>
                         <meta http-equiv="Content-Type" content="text/html"; charset="utf-8"/>
        <title>
                                        Untitled Document
                         </title>
  </head>
          <body>
                         <div class="container body-content">
                                        <div class="row Heading">
                                                       <div class="col-md-12 ">
                                                                      <h3>
                                                                                     Product Search
                                                                      </h3>
                                                       </div>
                                        </div>
            <div id="ProgressIndicator">
                                                  <div>
                                                  </div>
                                                  <!-- this will do the vertical align -->
                                                  <img alt="Loading.." src="Images/loading.gif"/>
                                   </div>
        <div class="row">
                                                  <div class="col-md-3 columnleft">
                                                                 <div class="row">
                                                                                <div class="col-md-12">
                                                                                               <h6>
                                                                                                              RESULTS :
                                                                                <select id="resultRange">
                                                                                          <option value="100">
                                                                                                    100
                                                                                          </option>
                                                                                          <option value="200">
                                                                                                    200
                                                                                          </option>
                                                                                          <option value="500">
                                                                                                    500
                                                                                          </option>
                                                                                          <option value="1000">
                                                                                                    1000
                                                                                          </option>
                                                                                          <option value="2000">
                                                                                                    2000
                                                                                          </option>
                                                                                          <option value="3000">
                                                                                                    3000
                                                                                          </option>
                                                                                          <option value="4000">
                                                                                                    4000
                                                                                          </option>
                                                                                          <option value="5000">
                                                                                                    5000
                                                                                          </option>
                                                                                </select>
                                                                      </h6>
                                                            </div>
                                                  </div>
                                        </div>
                              </div>
                    </div>
          </body>
</html>

@Shraddha,
I only mentioned the code looking OK because I've had issues with code collapse when there were syntax issues with opening/closing tags.  So I was ruling that out as your issue.
Again, what you are seeing might just be a problem with the Aptana plugin that CFBuilder 2 uses.  Adobe bootstrapped HTML/JS/CSS/CFML code formatting and syntax highlighting support by leveraging Aptana in CFB1 & CFB2.  Adobe ditched Aptana and completely rewrote the HTML/JS/CSS/CFML stuff for CFB3, which is why I suggested downloading the beta and trying it out - that would confirm if you indeed are seeing a "bug" in CFBuilder that has been resolved in CFB3.
-Carl V.

Similar Messages

  • Tag to make coldfusion skip parsing a certain block of code.

    Is there a tag to make coldfusion skipping parsing a certain code.
    Example, I want coldfusion to output the following code without executing it.
    <cfquery name="qryTest" datasource="myds">
    SELECT * FROM dual
    </cfquery>
    should result as
    <cfquery name="qryTest" datasource="myds">
    SELECT * FROM dual
    </cfquery>
    not coldfusion executing the qryTest.

    how?
    you mean the following:
    &lt;cfquery name="qryTest" datasource="myds"&gt;
    SELECT * FROM dual
    &lt;/cfquery&gt;
    not exactly what I am looking for.

  • ColdFusion could not delete the file

    Good day all im getting this error. cant figure it out
    "ColdFusion could not delete the file
    c:\ColdFusion8\wwwroot\Jewel\images\stock\203083.jpg for an unknown
    reason"
    I tried installing the 801 update the patch using :
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403622&sliceId=1
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403411&sliceId=1
    However this does not seem to be working,... but the file is
    there...
    Does anyone have a solution to this problem

    you sure you have all hotfixes installed? this was definitely
    fixed in
    one of the recent ones...
    also, i am no quiet sure about referencing [previous] cffile
    inside
    another cffile tag:
    <cffile action="rename"
    source="#dirlocation#\images\stock\#CFfile.serverfile#"
    destination="#dirlocation#\images\stock\#FORM.code#.jpg">
    see if setting a RESULT attribute in your cffile
    action='upload' tag and
    referencing that instead in your cffile action='rename'
    solves the
    problem...
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • Atomic block of code in SwingWorker thread?

    Hi,
    I am coding a Swing application. It has a SwingWorker thread that can be interrupted by a Progress bar.
    Inside the worker thread, there are a few lines of code (not a method) that should be executed all or none. In another word,
    if the thread runs in the middle of this block, the thread must finish this block. How can this be accomplished? This block of code has nothing to do with database read/write. The reason for the block of code being atomic is that I need to make sure of data consistency. There are no other thread except for
    the main thread(event-dispatch thread) and the worker thread.
    Thanks a lot!
    David

    You need to synchronize your atomic block and the code to interrupt the thread on the same object.

  • I don't know how to use the canlendars function and the notes are kind of messy code,anyone help me

    i don't know how to use the canlendars function and the notes are kind of messy code,anyone help me

    Step by step:
    1. On your main vi Front Panel, create your boolean indicator.
    2. On the block diagram, right click the new boolean indicator and select Create - Reference.
    3. On sub-vi front panel, create boolean indicator (or use one that is already created).
    4. On sub-vi front panel, create a reference (Controls Palette - Refnum - Control Refnum).
    5. Right click on the newly created Refnum and select Select Vi Server Class - Generic - GObject - Control - Boolean. The refnum label changes to BoolRefnum.
    6. On sub-vi block diagram, create Property Node (Functions - Application Control - Property Node). Find the BoolRefnum and move it close to the new Property Node.
    7. Wire the BoolRefnum to the reference input of the property node.
    8.
    Right click on the property node and select Change to All Write.
    9. Move mouse to point to Visible inside property node box, left click and select Value.
    10. Wire the boolean indicator from step 3 to the Value input of the property node.
    11. On sub-vi front panel, right click on icon and select Show Connector.
    12. Click on empty connector spot then click on the new BoolRefnum. Save your sub-vi.
    13. On main vi block diagram, connect refernece created in step 2 to the new connector terminal of sub-vi.
    14. Save and run.
    Here are the modified vi's.
    - tbob
    Inventor of the WORM Global
    Attachments:
    Pass_a_Reference.vi ‏20 KB
    GL_Flicker_mod.vi ‏83 KB

  • TS1424 I download movies and when I reach the full size, like 4.01 GB for an HD movie, it does not say "done" but Error Code= -36

    I download movies and when I reach the full size, like 4.01 GB for an HD movie, it does not say "done" but Error Code= -36

    What do you think about turning File Vault off?
    I'd first make a copy or backup of that Home folder first, then I'd never use Filevault again.
    Is it possible the disk could be failing but Disk Utility not pick anything up?
    Yes, DU just checks Directory structure, and not all that well at that, it is possible that there are bad blocks/sectors on the HD right where that Home Folder is located.
    And finally, where is a good place to find interpretations of those cryptic error codes?!
    For error -36, might try this...
    http://docs.info.apple.com/article.html?artnum=301580
    Well, in pure Apple File System talk... -36 ioErr I/O error (bummers)
    Not very helpful, but generally means a Drive quit being Readable or Writable since starting the operation...
    http://fuzzy.wordpress.com/2006/12/10/ioerror-36/
    Terminal for one...
    Find error code...
    /usr/bin/grep "36" /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Headers/MacErrors.h
    Or open this file in Text Edit if you have it...
    System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCor e.framework/Versions/A/Headers/MacErrors.h

  • [Problem reading a file in a static block of code]

    Hi all,
    I'm trying to use a static block of code in an abstract class (let's say for initialisation). In this block I'm trying to read some lines of text from a file, and some FileNotFoundException are thrown,
    java.io.FileNotFoundException: file:/home/tom/workspace/cryptanalysis/data/keys (No such file or directory)
    java.io.FileNotFoundException: file:/home/tom/workspace/cryptanalysis/data/french_words (No such file or directory)
    but all the paths are valid and the files exist as you can see:
    tom@javahouse ~ $ ll /home/tom/workspace/cryptanalysis/data/
    total 24K
    -rw-r--r-- 1 tom users 151 jan 3 23:26 french_frequences
    -rw-r--r-- 1 tom users 2,0K jan 4 17:21 french_texts
    -rw-r--r-- 1 tom users 11K jan 4 17:16 french_words
    -rw-r--r-- 1 tom users 159 jan 4 17:21 keys
    tom@javahouse ~ $ cat /home/tom/workspace/cryptanalysis/data/french_words
    LE
    DE
    UN
    ETRE
    ET
    A
    IL
    AVOIR
    NE
    JE
    SON
    QUE
    SE
    QUI
    CE
    DANS
    I really don't understand why those exceptions are thrown, if somebody
    could help it would be very nice. (It is for a crypto school project)
    Thanks in advance. (Sorry for my english 'cause I'm french)
    Here is a code snippet :
    // Path to this class:
    // /home/tom/workspace/cryptanalysis/utils/TextUtils.java
    public abstract class TextUtils {
         private static String PATH;
         public static String[] KEYS;
         public static String[] WORDS;
         public static String[] PLAINTEXTS;
         public static float[] FREQUENCES;
          * Init KEYS, WORDS, PLAINTEXTS, FREQUENCES, and PATH,
          * with the files in the data folder.
         static {
              String line;
              PATH = TextUtils.class.getResource("../data/").toString();
              System.out.println(PATH);
              // When PATH is printed, it looks like this /home/tom/workspace/cryptanalysis/data/
              KEYS = FileUtils.readFileContent(PATH + "keys"); // Here is the first exception
              WORDS = FileUtils.readFileContent(PATH + "french_words");// Here is the second
              PLAINTEXTS = FileUtils.readFileContent(PATH + "french_texts");// Here is the third
              FREQUENCES = new float['['];
              try {
                   BufferedReader reader = new BufferedReader(new FileReader(PATH + "french_frequences"));// And the fourth
                   while(null != (line = reader.readLine()))
                        FREQUENCES[line.charAt(0)] += Float.parseFloat(line.substring(1));
              } catch (Exception e) {e.printStackTrace();}
    // Path to this class:
    // /home/tom/workspace/cryptanalysis/utils/FileUtils.java
    public abstract class FileUtils {
          * Read the content of the file denoted by the given path and
          * return an array of Strings containing each line.
          * @param path
          * @return an array containing all the lines from the file
         public static String[] readFileContent(String path) {
              try {
                   String line;
                   Vector container = new Vector(100, 100);
                   System.out.println(path);
                   BufferedReader reader = new BufferedReader(new FileReader(path));
                   while(null != (line = reader.readLine()))
                        container.add(line);
                   return (String[])container.toArray(new String[container.size()]);
              }catch(Exception e) {e.printStackTrace();return null;}
         ....

    vous �tes le type bienvenu
    (thats bablefish for "you're welcome dude")Wow! That means "vous �tes bienvenu" means "You are welcome here" (i.e., "welcome at the forum", or whatever), not the proper answer to "Thank you".
    The shortest form of "You're welcome" in the sense you intended it is "De rien". [literally, "of nothing"--so it would be something like if you said in English, "It was nothing."]

  • Firefox keeps blocking my ability to read emails using chtah. It doesn't start like this but it eventually blocks the code. this interferes with my email.

    Firefox blocks the code CHTAH, which is used by many of my email contacts to load pictures. This is not something that happens right away but over time. I need to delete Firefox and all saved information and reload the software in order to read my email. This has happened with several versions of Firefox and several versions of antivirus products.

    Reset the zoom level for each of those websites. <br />
    See this: https://support.mozilla.com/en-US/kb/Page+Zoom
    If you hold the Ctrl key and use the scroll wheel to move down the page, you will changed the zoom level of that domain.
    The Firefox [https://support.mozilla.com/en-US/kb/Page+Zoom Page Zoom] feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox, as with some other browsers.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • Siri make calls even when Iphone is blocked by code...

    I have discover a situation using Siri: when Iphone is blocked by code, if you pres the main button to activare Siri, she is activated and you can ask to make a phone call and she is doing. Normaly she has to ask for unblock code like for photos....

    Well that was a bust.  He was very polite and searched their databases for about five minutes (before taking my credit card info).  He came back and said there are a lot of incidents that mention this problem, but there were no solutions.  He apologized and said there does not appear to be a solution.  He suggested it might be corrected in a future update.  I'll keep looking and let you know if I find anything.

  • Crystal Server 2013: How to troubleshoot "Can not create temp file---- Error code:-2147215357"

    We have a Java7 web app, which generate PDF report by calling Crystal Server 2013 SP4.
    The app is being deployed on many different servers. We sometimes got the error below when generating report:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.controllerExportInternal(PrintOutputController.java:280)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:152)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:130)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:113)
    Problem is, this seems to be  a pretty generic exception. It could be caused by many different reasons.
    e.g. network connection problem, wrong DB login, wrong folder path, lack of folder access right, etc.
    Each time we could only guess what's wrong.
    We are running into it again, and this time everything seems correctly configured so far.
    We wonder if there are more info we can get to troubleshoot? For example, any log file of Crystal Server we should look into? Or does Crystal Server has debug mode which prints more details to tell us what goes wrong?

    Prithviraj Shekhawat wrote:
    Hi Henry,
    I believe you are using RAS SDKs to export the reports to PDF.
    Apply trace on RAS server and check what you find in RAS logs.
    Check whether you can see timeout error is RAS logs. Usually if connection is lost and the RAS server no more have the session to write to the temp directory, we do see these errors.
    Also, does the account that runs RAS have permissions to create a file in RAS's default temp directory? Are you getting any out of memory or out of disk space exceptions on App server or RAS, tracing RAS server is the way to move forward.
    Thanks,
    Prithvi
    >>I believe you are using RAS SDKs to export the reports to PDF.
    Yes
    >>Apply trace on RAS server and check what you find in RAS logs.
    >>Check whether you can see timeout error is RAS logs.
    How to configure tracing, and where are RAS logs? Is it configured in CMC --> Servers --> Crystal Report Services?
    >>Also, does the account that runs RAS have permissions to create
    >>a file in RAS's default temp directory?
    Pretty sure yes.
    >> Are you getting any out of memory or out of disk space exceptions
    >>on App server or RAS, tracing RAS server is the way to move forward.
    Not on App server.
    For RAS, that's the problem, I am not sure where to look.......

  • Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

    Hello,
    While exporting Export reporting from BI4 getting exception
    Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    In Trace Log I am getting
    com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat
      at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
      at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    I tried following solution according to the all forums but still issue exist.
    Done changes mention in KB article In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size
              <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>
    Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
    Check for temporary read write permission on server
    Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib
    Can you please let me know is there anything missing.

    Hi,
    We face the same problem with some BI4 reports.
    The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".
    This error appears after some time working on a report. If we reproduce the same report, but from zero, no problem.
    Hope it can help.
    Ludovic.

  • I got an itunes giftcard for my birthday and when i tried to add it on my balance on my ipod touch it says the code you entered is not  recognized as a valid code. but i just got this card brand new for my birthday.

    i got an itunes giftcard for my birthday and when i tried to add it on my balance on my ipod touch it says the code you entered is not  recognized as a valid code. but i just got this card brand new for my birthday.

    Make sure you're using the correct code. For most iTunes cards, the code is under the scratchoff area on the back of the card. For more information, see this support article:
    http://support.apple.com/kb/TS1292
    If you can't get to work after perusing that page, contact the iTunes Store Support; instructions are at the bottom of that article.
    Regards.

  • The tax code entered is not defined in the company code country.

    Dear sap guru's
    I am facing a problem while doing invoice or while cancelling the invoice or even during Subsequent Credit/Debit
    Tax code V0 in procedure  is invalid
       Message no. FF704
    Diagnosis
       The tax code entered is not defined in the company code country.
    System Response
    Procedure
       Check and, if necessary, correct the entry.
    Procedure for System Administration
       If it is not an input error, check and possibly change the system
       settings.
       To do this, choose Maintain entries (F5).
       1.  Check whether the required tax procedure has been allocated to the
           company code country. The Procedure field is on the detailed screen.
       2.  If you need a new tax code, you can create one yourself.
    For this i have checked the assignment of company code and tax code V0 in Tcode (OBCL)
    In FTXP the tax code is created in country IN, for the same tax procedure and the tax is a input tax.
    please suggest what could be the exact problem
    Regards
    Sujit

    Hi Sujit,
    1.Go to FTXP and create tax code V0 for country IN and procedure ZAXINN.
    2.In Txn: FV11, For the condition type- XXXX (You will get this in Txn: FTXP, against the tax type, you get the condition type OR in the PO-Item details- Invoice tab, next to field: Tax code, see the Tab-Taxes, click on it and will get the condition type) , maintain the country-IN, Tax code-V0 and the rate.
    3.Also things to be checked
    1> assign country to company code
    2> assign company code to tax code
    3> create tax code for country IN
    4.Under the following menu path, pls check if you have assigned your tax code to Company Code
    IMG>Logistics (General)>Tax on Goods Movement>India>Basic Settings>Determination of Excise Duty>Condition Based Excise Determination>Assign Tax Codes to Company Code
    Hope it clears,
    Rahul.

  • Hey. I have received an iTunes gift card, so I was all excited, punching the code into the "redeem" option on iTunes on my iPad2; however, I kept on getting the alert, "This is not recognised as a valid code". It is very legible, though. How come?

    Hey. I have received an iTunes gift card, so I was all excited, punching the code into the "redeem" option on iTunes on my iPad2; however, I kept on getting the alert, "This is not recognised as a valid code". It is very legible, though. How come?

    The obvious answer I think is that maybe you are not entering the letters and numbers correctly. I almost never get it right the first time when I use a gift card.
    Try entering the code again - slowly and methodically. If it still doesn't work - look here for help.
    http://support.apple.com/kb/TS1292
    One final thought - if you are using a gift card that was purchased in another country - say like you have a Canada gift card and you live in the U.S. - that card will not work in the U.S. iTunes store.

  • Vendor is not extended to a Co Code but still able to create a PO

    Hi Guys
    I got an issue here. A Vendor "X "is not extended to a Company code 'Y" but still able to create a PO without any error or warning message. ( Normally system wont allow and throws a error message saying Vendor not extended to a Company Code) But its not happening here!! 
    Do we need to maintain any configuration so that SAP wont allow to use a vendor which is not extended to a particular Company Code. Or is it a Master Data Issue?
    Please help
    Thanks
    Reeves

    Charile
    Thanks for your response, Is there any way we Stop users selecting the Vendor which is not maintained to that Company Code?
    Thanks
    Reeves

Maybe you are looking for

  • VGA to DVI ??

    Just bought a brand new Apple Cinema Display 20". I have a G4 Quickslilver and it doesn't have a DVI port. Will the monitor work with a cheap VGA to DVI connector. Apple support told me it wouldn't then told me it will. Everywhere else I look there d

  • Yahoo Mail not displaying all new e-mails on iPad

    For the past two days, when viewing Yahoo Mail through Safari on the iPad, the number of new e-mails listed for the Inbox has not matched the actual number of new e-mails in the Inbox.  For example, it might say "Inbox (11)", but there are only 9 new

  • Maverick keeps crashing my computer...

    I just upgraded to Maverick and my computer has crashed 5 times since installing it. I have no idea why? It never happened before... how can I resolve this, or go back to my old OS?

  • Message mapping/UDF help..

    Hi experts, Can someone let me know whether there is a chance to fulfill the below requirement: Input file: In the Input CSV file, there is a fixed length field with length 9 char and has leading zeroes (ex: 000000650) Output file: In the O/p XML fil

  • SOAP integration with mySAP CRM system

    Hi, Currently I am using JCO to connecting to mySAP CRM system as per the following configuration: <b>Version: ISA 3.0 SP13 </b> Java Version: 1.3.1_07 Java VM Version: 1.3.1_07-b02 JCo Version: 2.0.5 (2002-09-03) Servlet Engine: SAP J2EE Engine/6.20