Model editable region does not

I use DW2004.  I have a model with a number of editable regions.  A region is causing me problems.  When I apply the template to a page, the BeginEditable and EndEditable tags become the modifiable themselves.  Try saving the page causes errors on registration of changes to areas that cannot be changed.

The model has this combo box:

<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++ -->

<! - MainText - >
< div id = "MainText" >
< div align = "left" >
<!-TemplateBeginEditable name = "MainText"->
Main text
<! - TemplateEndEditable - >
< / div > <! - align left text - >
< / div > <! - MainText - >

MainText is a CSS style

#MainText {float: right; width: 565px; margin: 0 0 0 0; background-color: #ffffff ;}}

In the document after the template is applied, I get the following.

<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++ -->
<! - MainText - >
< div id = "MainText" >
< div align = "left" >
<!-"MainText"-> #BeginEditable
< table width = "329" border = "0" cellpadding = "10" >

It comes from the <!-#BeginEditable-> "MainText" can be changed.  If I make a return after the "->" tag is more able to be changed.  Even with the changeable of the end tag.  As soon as I come back to Design view, the code changes to become editable.

For now, I have about 150 screwed to the top of pages after the execution of an update of the model.  Can anyone help?

'Mistakes' which highlight the lack of alt tags on graphics is part of the constraint of accessibility on the creation of all components so that they can be accessible... where the graphic is not loaded, in which case the user employs a screen reader and so on. About an image used as a dividing line, you can probably just put alt = "", as the graph does not add any content information and in fact would be disturbing to understand your page to users of screen readers. "

It's what w3schools VBScript:

What is VBScript?

  • VBScript is a scripting language
  • A scripting language is a lightweight programming language
  • VBScript is a lighter version of the Microsoft Visual Basic programming language

I had not seen this error before. If you use javascript, in fact, I think I want to modify this code to

I agree with your updated solution. It's like trying to untie the knot of Gordium, which (if you remember) was "untied" by slicing him with a sword. So do new pages from the improved model and move content manually via cut and paste are your best bet.

Beth

Tags: Dreamweaver

Similar Questions

  • Downloaded Firefox 38.0.1 and now edit/search does not work.

    The Question above about nearly everything.

    I downloaded Firefox 38.0.1 (I'll never learn) and now edit/search does not work. The search at the bottom of my screen bar disappeared and clicking on EDIT and SEARCH does nothing. Also, Ctl - F does nothing.

    FYI, using Windows 8.1.

    Someone actually check the compatibility with desktop computers and laptops on the news, or is it more important to be compatible with smart phones?

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

    Try to rename (or delete) the file xulstore.json in the Firefox profile folder.

    You can use this button to go to the Firefox profile folder currently in use:

  • I have a Windows XP Home Edition, which does not list if it's 32-bit or 64-bit

    I have an OEM Windows XP Home Edition, which does not list if it's 32-bit or 64-bit. How do I know what

    To check if your XP operating system is 64-bit, you only have to right click on "My computer" and select 'Properties' to display 'system properties '.   If your XP operating system is XP Professional 64-bit, 64-bit will be indicated in the information displayed in the general tab.  However, XP 32 bit operating systems won't have 32-bit, there is no information about this particular point at all.  The XP Home Edition will be 32-bit, but this information does not appear.  XP Professional, however, can be either 32-bit or 64-bit.  If it is 64-bit, it will be indicated on the general tab of the system properties. However, if it is XP Professional 32-bit, nothing is there to indicate that the operating system is 32-bit.

    Vista and Windows 7, unlike XP, OS will indicate if they are 32-bit or 64-bit.

  • MICROSOFT SAYS MY SYSTEM IS COMPATIBLE BY FAR, BUT FOR SOME REASON, THIS MODEL OF DELL DOES NOT ACCEPT IT.

    HELLO, I TRIED TO UPGRADE TO WINDOWS 10 MONTHS NOW. MICROSOFT SAYS MY SYSTEM IS COMPATIBLE BY FAR, BUT FOR SOME REASON, THIS MODEL OF DELL DOES NOT ACCEPT IT. I HAVE A DELL STUDIO 540, X 64 BASED PC. PLEASE HELP, I REALLY WANT TO TRY WINDOWS 10.

    Original title: WIDOWS 10 UPDATE

    If Dell has said that it is not compatible, I wouldn't do it.  Dell needs to have the drivers and software for it or it is not working properly.  I would make sure you call, email or web-chat with Dell and ask them first.

    If you really want to try anyway (at your own risk), you can, but I suggest that do you a full picture of backup of your computer in order to "undo" that and go back to the way you are today if something is wrong or you don't like it.

  • ORA-20987: APEX - interactive report region does not exist in the application

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query (nPage_id number)

    return varchar2

    as

    l_report apex_ir.t_report;

    l_query varchar2 (32767).

    l_list varchar2 (32767).

    number of nRegion_id;

    number of nIR_id;

    OWA.vc_arr nm;

    VL owa.vc_arr;

    BEGIN

    SELECT region_id

    IN nRegion_id

    Of apex_application_page_regions

    WHERE application_name = "E-BRIL.

    AND page_id = nPage_id

    AND source_type = "interactive report";

    nIR_id: =.

    apex_ir.get_last_viewed_report_id (p_page_id = > nPage_id,)

    p_region_id = > nRegion_id);

    NM (1): = "DUMMY_JUST_TO_SET_UP_OWA_UTIL";

    VL (1): = 'WHATEVER ';

    OWA.init_cgi_env (nm.count, nm, vl);

    l_report: = APEX_IR. () GET_REPORT

    p_page_id = > nPage_id,

    p_region_id = > nRegion_id,

    p_report_id = > 0);

    l_query: = l_report.sql_query;

    because me in 1.l_report.binds.count

    loop

    l_list: = l_list | i||'. '|| l_report. Binds (i) .name | » ='|| l_report. Binds (i) .value;

    end loop;

    Return l_query;

    end;

    /

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    Thanks in advance.

    Reg,

    Chris

    1717220 wrote:

    Please update your forum profile with a recognizable username instead of "1717220": Video tutorial how to change username available

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query(nPage_id IN number)
    return varchar2
    as
    l_report  apex_ir.t_report;
    l_query  varchar2(32767);
    l_list  varchar2(32767);
    nRegion_id number;
    nIR_id number;
    nm  owa.vc_arr;
    vl  owa.vc_arr;
    BEGIN 
    
        SELECT region_id
        INTO nRegion_id
        FROM apex_application_page_regions
        WHERE application_name = 'E-BRIL'
          AND page_id = nPage_id
          AND source_type = 'Interactive Report';
    
        nIR_id :=
          apex_ir.get_last_viewed_report_id (p_page_id        => nPage_id,
                                            p_region_id      => nRegion_id);
    
        nm(1) := 'DUMMY_JUST_TO_SET_UP_OWA_UTIL';
        vl(1) := 'WHATEVER';
        owa.init_cgi_env( nm.count, nm, vl );
    
        l_report := APEX_IR.GET_REPORT (
                        p_page_id  => nPage_id,
                        p_region_id => nRegion_id,
                        p_report_id => 0); 
    
        l_query := l_report.sql_query;
        for i in 1..l_report.binds.count
        loop
            l_list := l_list||i||'. '||l_report.binds(i).name||'='||l_report.binds(i).value;
        end loop;
    
    return l_query;
    end;
    

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    The '0' in line 31 should be "nIR_id".

    What is the purpose of the lines 24-26?

  • ORA-20099: E-Business Suite Edition Patch does not exis

    Hi all

    EBS R12.2

    RHEL 6

    After that we encunter the fluctuation of power, our server is working. After the power is restored, we started our EBS and the server, the following error throws up:

    [root@crp2 ~] # su - applcrp2

    Information on the E-Business Suite environment

    ----------------------------------------

    EXECUTION of the file system: / home/applcrp2/CRP2/fs2/EBSapps/appl

    PATCH file system: / home/applcrp2/CRP2/fs1/EBSapps/appl

    Non-Editioned filesystem: / home/applcrp2/CRP2/fs_ne

    DB host: crp2.oracle.amti.com.ph Service/SID: CRP2

    Supply of the file system to RUN...

    [applcrp2@crp2 ~] $ sqlplus apps/apps

    SQL * more: version 10.1.0.5.0 - Production on Tue Jul 21 12:46:16 2015

    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    ERROR:

    ORA-00604: an error has occurred at the SQL level 1 recursive

    ORA-20099: E-Business Suite Edition Patch does not exist.

    ORA-06512: at line 29

    Our EBS is corrupt?

    Help, please...

    Thank you very much

    JC

    I suggest below

    env 1.) source for the patch file system

    2.) adoption PHASE = CUTOVER. This will make Patch file system run the file system.

    3.) start the application, make sure that everything is more recent and correct.

    4.) adopt PHASE = FS_CLONE - this will copy the file system to run on the patch file system.

    This can get your EBS.

    Now, why this happened can not say, R12 itself that we had seen corruption in the config files as those who wrote whenever you stop.

    and I would suggest good get rescued food and raise SR too if you want to dig the question

    concerning

    Pravin

  • Edit post does not work sometimes

    can anyone confirm that editing posts does not work?

    just noticed that and tried with no other messages from my friends... no luck


    DRA di nit um - oh oh oh - der Komissar geht um

    testedit in red

    I see another + point to be in this community. I would be able to train up to my level of patience

  • Photoshop elements 10 edition screen does not load

    Photoshop elements 10 edition screen does not load.  It was working fine, then I answered an update of Adobe. It has stopped working. I have re-installed Photoshop Elements 10 for MAC from the purchased disk. The Organizer works but not the Publisher. The Organizer is not able to call the editor either. I've uninstalled and reinstalled twice. I can't the editor to load its screen edition or images.

    I'm really stuck.

    It worked! Thank you. I am most grateful. (I use Lion, how strange to find the library!) At least 1 of 3000 engineers Apple does not know the word intuitive.

  • How to change the text dummy model editable region &lt; head &gt;

    I created an editable in my template < head > so I can add a canonical link and redirect the link to each of the many pages that are based on the template. So I stupidly (I think) added some dummy text to add easier links recorded in each file, and uploaded them. Later, I realized that all my pages have this dummy text in it, what is wrong, of course.

    So I deleted the dummy text in the template and saved, but nothing happened. All them are always this dummy text. So I can't get rid of it in my pages of distance. Why is it not my removal of the dummy text in the collage of the editable area?

    Thank you!

    Editing text or content areas can be changed to a model does not change in the pages of children who have already been created.  Best suggestion would be to copy the dummy text, use find and replace to remove all the files (use search all Site Local), and then load the pages newly published on the server.

    Gary

  • Issue of model/editable regions.

    So, I made a template in CS5. Now, I already did the site and had been updated pages manually. In the model, if I want to be able to edit my article content in each page, I have to remove my content div and just replace it as an editable? This law of the region as a div, one that allows me to change its size and positioning? Or I the region inside the div each?

    are hooks for your CSS grasp on to.  They form the structure of the layout.

    Editable regions are exclusive comments to DW models.  They provide no structure, and they can not be styled with CSS.

    In summary, place your editable inside regions

    Tags.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Re: Cool Edit Pro does not work on my Satellite L series

    As suggested by the Technical Support, I downloaded the new drivers from Realtek, hoping to solve the problem of Windows 7 (a device id has been used that is out of reach of your system).

    Nothing seems to work. Can anyone suggest a solution?

    Don

    Hello

    Hmmm. comes to search goggle and Born which is his editing program maybe, your sound card does not support... In any case, I download this program to check on my laptop. Then, after lead you :)

  • Computer, audio editing also does not work

    Original title: Tech Support

    I am facing a problem with my gel. Norton Internet Security was told that there is no threat of viruses on my computer, but it's a WINDOWS problem.  The audio does more either.  Can you please help with technical support.  Thank you!

    See if this helps you improve performance.

    Search for malicious software with the FREE version of this program.

    This is the right link to download included.

    And does not accept the option "Pay for the version" trial installation

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    You can clean your hard drive using these two methods.

    "Delete files using Disk Cleanup"

    http://Windows.Microsoft.com/en-us/Windows/delete-files-using-disk-cleanup#delete-files-using-disk-cleanup=Windows-7

    Using the free CCleaner program:

    http://www.Piriform.com/CCleaner

    In NO case use the registry cleaning Option in CCleaner

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    And it is not recommended to use a register or a program of cleaning/TuneUP/utilities they can do more harm to your any good operating system that they claim to be able to do.

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    Make sure you have the latest updated drivers:

    Access the site on your computer or equipment manufacturing > Driver and Software Support Section > search your computer or hardware model number > then your operating system > locate the correct drivers > download and install.

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    What are the other steps, which does not include some of the above:

    "Optimize Windows for better performance.

    http://Windows.Microsoft.com/en-us/Windows/optimize-Windows-better-performance#optimize-Windows-better-performance=Windows-7

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    It would be a good idea also run the System File Checker tool to check that everything is correct in the system files.

    "How to use the System File Checker tool to fix the files on system missing or corrupted on Windows Vista or Windows 7"

    http://support.Microsoft.com/kb/929833

    Use the (SFC.exe) System File Checker tool to determine which file is causing the problem and then replace the file. To do this, follow these steps:

    1. Open an elevated command prompt. To do this, click Start, click all programs, click Accessories , click command prompt and then click Run as administrator of . If you are prompted for an administrator password or a confirmation, type the password, or click on Allow.
    2. Type the following command and press ENTER:
      /ScannowThe SFC sfc/scannow command analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions.
    3. See you soon.

  • USB Universal Host Controllers - Windows 7 Ultimate edition. Does not properly

    All my computer controllers USB universal host will not function properly. How can I solve them?

    Hello

    1. ask at any USB or external drives worked on your computer?

    2. What is the brand and model of your computer?

    3 do you receive error messages when connecting USB devices to your computer, or in Device Manager?

    4. is any device USB detected or can be displayed in windows Explorer?

    Please follow the steps below and check if that helps.

    Method 1: My drive does not appear in Windows Explorer

    http://support.Microsoft.com/kb/330140

    Method 2: Uninstall and reinstall the USB drivers

    As all associated drivers, USB devices the same facilities also have it. Sometimes proper drivers are not detected after initial installation for the reinstallation of the drivers solves the problems.

    You can check after uninstalling and reinstalling USB drivers if you are able to connect. You can disconnect all USB devices and then perform the following steps:

    (a) click Startand then click Control Panel.

    (b) click system and Maintenance, click System, and then click Device Manager.

    (c) Note if the control panel is in Classic view, double-click Systemand then click on Device Manager.

    (d) If you are prompted for an administrator password or a confirmation, type the password, or click allow.

    (e) in Device Manager, double-click to expand the "USB Bus controllers", right click on the controller host, click "Uninstall" and click "OK".
    Check that if at all, there is an exclamation point on the pilot, it suggests problems with the installed driver.

    (f) repeat step 2 to uninstall all items under 'USB Bus controllers'.

    Then, restart your computer and Windows 7 will automatically reinstall all USB controllers.

    If the edge of the issue persists, I'll ask allows you to check the chipset driver updates, you can get on the site of the manufacturer. The chipset drivers normally integrate USB controller drivers as well.

    I hope this helps.

  • Refreshing a report region does not work

    Hello

    I have a report interactive area (emp) and a P1_ename_filter (list of type selection) filter field with dynamic action on the change that has to refresh the emp region.

    But it does not work: I see the discount on the intermittent, but then there's the same record without applying the filter

    I have the example on apex.oracle.com:

    https://Apex.Oracle.com/pls/Apex/f?p=4550:1:103040501310506:

    https://Apex.Oracle.com/pls/Apex/f?p=102726:LOGIN_DESKTOP:104044067688962:

    user and developer demo/demo (TR1 workspace)

    Concerning

    Gianpaolo

    gianpagi wrote:

    I have a report interactive area (emp) and a P1_ename_filter (list of type selection) filter field with dynamic action on the change that has to refresh the emp region.

    But it does not work: I see the discount on the intermittent, but then there's the same record without applying the filter

    The P1_ENAME_FILTER element did not appear in the attribute of Page elements to be submitted for the IR region. This is required to set the filter value in session state before running the report query when the report is refreshed.

  • edit pdf does not

    I'm subscribed to Pro DC he says I edit PDF but when I go to use Edit PDF it won't work. It keeps taking me to a knowledge more screen and then says I have pro. What's wrong?

    It does not subscribe. Acrobat Oro is a different application. You must install it and then make sure that you aren't yet using the old program Acrobat Reader.

Maybe you are looking for

  • Satellite M40-281: Fedora Core 4 does not recognize the LAN card

    Fedora Core 4 recognize everything my satellite M40-281, except for the LAN card :-( What can I do? Thanks and... Sorry for my English (I'm Italian!) which

  • Updated by Satellite A200-1AE and RAM

    Hello again! I have 2 problems. First: what (RAM RAM) I have to choose? I am interested for 1 GB, but I don't know who should I choose? A second is if I would to buy on the site of Toshiba UK they will deliver to the Republic of Ireland, County Doneg

  • Recovery disc is not compatible with my system

    I just bought a set of recovery disks for my HP Pavilion TouchSmart 23 - f412ea running Windows 8.1, at HP when I install the first disc, I was informed that the recovery discs are not for my system, is it possible that I was sent the wrong discs or

  • RMA sent me a broken Clip?

    So, I filed for an RMA held earlier that went well. I got my sansa clip yesterday and plugged into my computer to load (the screen remains empty while it is plugged). Im trying to use and it simply refuses to turn on. I don't understand how I can ask

  • Storm blackBerry Smartphones gives two rings then on voicemail

    Hello When I get a call on my Storm it gives like 2 rings and diverts to voicemail gives me no time to answer call. is it possible to extend the ring delay and divert to voicemail if there isn't a response say 30 seconds instead of 5 seconds? Thanks