Can't edit editable, but _can_ edit non-editable

Hi, and thanks in advance to anyone who helps me with this.
I've created a website using Dreamweaver CS3. You can see it
at
http://www.mochihead.com .
Right now, I'm creating pages where I will sell some t-shirts.
Everything seemed to be working fine, as I created them pretty much
like the detail pages of the books I already have on the site
(which are working fine). However, when I tried to put the PayPal
buttons on the page, I realized that I can't edit the code anymore
and therefore cannot add the PayPal button. And what's even more
weird is that I _can_ edit the part of the page that is supposed to
be the template. The code that starts <!-- InstanceBeginEditable
name="MainContentEdit" --> is gray, and continues to be gray all
the way until the </html> tag at the end of the page. The
template content, however, is not gray.
This has never happened to me before. Also, when I go back
and open the corresponding template, it has an asterisk by the
title, as if I had edited it before I even opened it up.
The only thing that I did to this new page that I hadn't done
in the past is to add an "open browser window" behavior, so when
the user clicks on the picture of the t-shirt, a pop-up comes up
with a picture of the shirt's design.
Can anyone help?
Here is the code:

Yes, here is the link:
http://www.mochihead.com/Templates/mochi_detail.dwt
Thank you so much for your help. I've been so frustrated.
quote:
Originally posted by:
Newsgroup User
For sure you need to be editing the template file. Can you
upload it and
post a link to it, please?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"mochihead" <[email protected]> wrote in
message
news:gr1imv$7it$[email protected]..
> Thanks, Garry. Yes, I think you're right. Can you tell
me how to fix it?
> That
> part of my code is grayed out, so I can't delete it. And
when I go to the
> template, there is no <!-- InstanceEnd --> to
delete.
>
> :( help?
>
>

Similar Messages

  • Editable ALV  Dump:  at setting non editable attribute

    I have a problem with the ALV.
    I have 2 fields in the ALV: a editable Key field and a non editable dependent text field.
    I have binded a free programmed F4-Help at the key field.
    In the F4Component I set the Key-field AND the text-field via :
        lr_f4_context_element               TYPE REF TO if_wd_context_element.
        lr_f4_context_element = wd_comp_controller->listener->f4_context_element.
    ... set_static attribute.
    The values are visible in the two alv columns.
    But If I change the key after this manually I want to change the text field too.
    I change at on eventhandler ON_DATA_CHECK trough set_static_attribute.
    But I get later a dump for not assigned fieldsymbol:
    Der Abbruch trat im ABAP-Programm "CL_SALV_WD_DATA_TABLE========
      zwar in                                                       
    "SET_TABLE_CELL_REF". Das Hauptprogramm war "SAPMHTTP ".       
    Im Quelltext befindet sich die Abbruchstelle in Zeile 8        
    des (Include-)Programms "CL_SALV_WD_DATA_TABLE=========CM00J". 
      1 method set_table_cell_ref.         
      2                                    
      3   field-symbols:                   
      4     <l_value> type any.            
      5                                    
      6   assign r_value->* to <l_value>.  
      7                                    
    >>>   me->set_table_cell(              
      9     index     = index              
    10     attribute = attribute          
    11     value     = <l_value> ).       
    12                                    
    13 endmethod.                         
    How I can avoid the dump, but change the not editable text field, when the key field is changed?

    I could solve the problem with the context-mapping between the F4-component and the main-component.
    The Approach to set data from the F4-Component to the main component directly was wrong!

  • One row as editable and other row as non-editable in table control

    Hi Experts,
               Is this possible to make one row as editable and another row is non editable in table control?
    My Requirement is
    1st row non editable field
    Customer code, description,amount will come from the previous screen this will be non editable for user.
    2nd row editable
    User has to enter the amount in 2nd row here the customer code description will be empty.
    If 4 customer are there
    1,3,5,7 should be non editable and 2,4,6,8 should be editable..
    Pls help me in this issue..
    Thanks in Advance!

    hI
    This is a simple Module POOL program with only Table control and nothing else
    " This is Tested to Enable one row and disabling the next row
    in TOP Include
    controls : tc type tableview using screen 100.
    DATA : OK TYPE SY-UCOMM.
    DATA : ITAB TYPE TABLE OF SPFLI WITH HEADER LINE.
    in PBO
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      LOOP AT itab WITH CONTROL tc.
       MODULE TC_MOD.
      ENDLOOP.
    in PAI
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0100.
      LOOP AT itab.
      ENDLOOP.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'TEST'.
      SET TITLEBAR 'TEST'.
      DESCRIBE TABLE itab LINES tc-lines.
      IF tc-lines = 0.
        tc-lines = 20.
      ENDIF.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    MODULE tc_mod OUTPUT.
      DATA : mod TYPE i.
      LOOP AT SCREEN.
        mod =  tc-CURRENT_LINE MOD 2  .
        IF mod = 1.
          IF screen-name = 'SPFLI-CARRID'.
            screen-input = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDIF.
      ENDLOOP.
    ENDMODULE.                 " TC_MOD  OUTPUT
    Edited by: Ramchander Krishnamraju on Jan 25, 2011 7:17 AM

  • In PO -Me21N Material PO text field non editable

    Dear All ,
                  We have specific requirment in PO (ME21N). In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    As per our configuration in "Material PO text"  Material long description picking from Material master .We want to make this text field Non Editable.
    In SAP there is facility to configure non editable  Texts , But it will non editable all text fields.
    How we can non editable only Material Po text .
    Thanks in Advance.
    Regards
    Abhishek Tiwari

    Dear Chetan,
                          I think you have not understood my complete question. First thing i dont want to non editable Short text field.
    In my problem  i In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    In above text fields ,I want to non editable only "Material PO Text" only....
    Regards
    Abhishek Tiwari

  • PO (Tcode- ME21N)  In Item Text "Material PO text" to be non editable

    Dear All ,
                  We have specific requirment in PO (ME21N). In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    As per our configuration in "Material PO text"  Material long description picking from Material master .We want to make this text field Non Editable.
    In SAP there is facility to configure non editable  Texts , But it will non editable all text fields.
    How we can non editable only Material Po text .
    Thanks in Advance.
    Regards
    Abhishek Tiwari

    Hi,
       As of my knowledge, there is no purchase organization specific texts exits. But you may make use of the purchase organization specific text in vendor master. You may define purchase organization specific text for vendor master and then maintain the text in vendor master. You may configure to copy the vendor master text to PO automatically. Refer the doc: Copy Control in MM (Conditions, Fields and Texts): (3rd part)
    Regards,
    AKPT

  • I no longer am able to edit an event in ical on the iphone. When I click on the event I can read it but there is not edit button on the screen?

    I am not able to edit an event on Ical on my Iphone 4. I can view the event but there is no edit button available on the screen.

    Hi ,
    According to your description, my understanding is that you could not edit documents with Office client application in SharePoint 2010.
    Let’s do a troubleshooting about this issue:
    1. Make sure that you have installed Office application on your machine.
    2. Which explorer did you use for your SharePoint. Please test it with IE 10 32-bit, compare the result.
    3. Please try to reset IE, compare the result.
    4. Add your SharePoint site into Trusted site on your IE options.
    5. Make sure all add-ons related to SharePoint are enable, special for SharePoint OpenDocument Class and SharePointOpenXMLDocuments.
    6. Since you used OWA for your SharePoint site, please try to disable OWA, then open documents with client application, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How can we make edit and non edit of rows on particular conditions in alv

    hi experts,
                   i am very new to web dynpro for abap.i have one query regarding alv.
    in one view i have alv table with two line items,and line each line item having foue editable fields and remaining are non editable.
    now i am navigating to another view and make some action.here i have generated one value  and updated this value to one field ofselected  line items of alv table in the previous view.now i am coming back to previous view .now i want to display the row of alv table which contain value which is generated in second view as completely non editable and remaining rows are as it is .
    hi guys please look into this and suggests me.

    Hi babu,
    You can do this in one view it self.
    create a one attribute of type wdy_boolean.. in view context.
    Bind these attribute to read only property of table.. and  initially set the value to abap_true in wddoinit method.
    Then create one button say "EDIT" in view and create action for edit button.. in that action set the above attribute value to
    abap_false.
    so now, initially table will be in display mode, when you click on edit mode...it will become editable mode...
    Hope you got some idea.
    Regards
    Srinvias

  • Make a filed Non-Editable for specific Users

    Hi Experts
    Any Idea How can I make fields of any Table non-editable for a specific Group of Users.
    My Requirement
    I have 4 fields namely, Customer Name, Address, Pincode,City which at time of creation is open to user but once updated and customer is created,  I need to make it non-editable for a specific Group of user.
    Please advice.
    Regards
    Prashant

    Hello Neethu,
    I just wanted to confirm one of the sentence in the above post.
    I feel that the option 2 can also be achieved (Once record is approved and gone through all processes of WF and saved in MDM.Specific users should not modify the record.)
    For this we need to create validation where we need to mention the User
    Just create a Status field and write an expression as
    IF(STATUS FIELD [RECORD]=STATUS[DONE] AND UPDATED BY="USER NAME",FALSE,TRUE)
    for this the automatic execution type property should be set to error.
    Only difficulty is that we need to mention all the users for whome we want to remove the write access once the record is saved.
    Rgds,
    Prasad.

  • Selecting in Non-Editable JTextField in JDK 1.4

    Hi.
    Posting as new thread - maybe somebody can help.
    I want a formatted non-editable (!) display component (for incoming Instant Messages, if anyone cares), which allows selecting with the mouse (including selection highlighting) and then copying FROM it into another application or window. Currently (starting from JDK 1.4), this does not appear to be possible with a JTextArea. It works absolutely fine in all 1.3 JDKs, so It appears it was broken starting with JDK 1.4.
    Imagine not being able to copy FROM your Web browser (which is non-editable) INTO another application. That's what the situation is currently like.
    So - maybe I'm missing the obvious (well, a setSelectable(true) method would probably be TOO obvious), but can anyone help me as to how I can achieve the desired effect.
    From how I understood the workarounds in another thread, they would mean actually making the TextPane editable, but preventing all edits. Oh, and manually making its appearance resemble a non-editable Pane, so that the GUI doesn't appear inconsistent. SURELY this cannot be reasonable.
    Thanks,
    Daniel.

    Hi!
    I managed to boil the problem down to a simple test case (and, in doing so, actually found a fix for our problem). It seems that JTextPane does not allow selection if the method isFocusTraversable (which, by the way, is deprecated in JDK 1.4) is overridden:
    import java.awt.*;
    import javax.swing.*;
    public class test
    extends JDialog
         public test()
              super((JFrame)null, "JTextPane Test");
              getContentPane().setLayout(new BorderLayout());
              JTextPane pane = new JTextPane()
    // public boolean isFocusTraversable()
    // return false;
              String s1 = "01234567890123456789012345678901234567890123456789";
              String s2 = "";
              for (int i=0;i<50;i++)
              s2 = s2+s1+"\n";
              pane.setText (s2);
              pane.setEditable(false);
              getContentPane().add(new JScrollPane(pane), BorderLayout.CENTER);
              pack();
         public static void main(String argv[])
              (new test()).show();
    If you remove the comment lines around the inner class method, selection stops working. If you leave the comments in, selection and copy/paste do indeed work.
    Now why, one wonders, does a method which is deprecated in JDK 1.4 actually cause a PROBLEM in JDK 1.4 that wasn't there before?
    Daniel.

  • Editing non-editable regions as the webmaster

    I'm just learning to use Contribute, and I want to enable my client to edit some regions and not others (obviously). But I want to be able to edit the non-editable regions myself, in Dreamweaver. For example, I don't want them to be able to mess with the nav bar, but I do want to be able to specify which nav item is active when creating a new page. When I open a page based on a template and try to change those regions, it won't let me. Is there any way to make a region something I can edit, but my client can't? Thank you!

    In Contribute you can add/edit the contents inside the editable regions only. You can edit the contents of the non-editable region of the template using Dreamweaver.

  • Non-Editable Regions being edited

    I have created a whole site in dreamweaver with editable
    regions set up as i usually do. In contribute 3 i can edit the site
    no problem, however if it is edited in version 4, my non-editable
    regions have some mm_lock code in part of the javascript. This then
    completely cocks up the layout and i have to go in via FTP to edit
    the site manually.
    Is there some setting in version 4 i am missing? I would post
    this to support but i am not upgrading until i can find a solution
    to this problem.

    Updating the .dwt template file is the easiest way.
    If you want to get rid of the template all together, you can open the child page and choose Modify > Templates >  Detach From Template to edit anything you want.

  • ALV grid field editable/non editable at runtime

    Hi All,
    I am working on alv grid using containers. I have to make few cells in grid to editable and few othres to non editable which I did using styles by defining table type lvc_t_styl and updating my main internal table. Now once grid is displayed for first time (using set_table_for_first_display) it has required fields in editable and non editable as required. But now on triggering of data_changed event I have to change the editable cells to non editable and the non editable cells to editable. I tried doing this as same way as I have done before calling set_table_for_first_display method i.e. by  defining table of type lvc_t_styl in data_changed event and modifying my main internal table but this time the editable fields are changed to non editable and again becomes editable. Same problem with non editable cells also. They become editable and again becomes non ediatble of there own. Can anyone suggest any solution.
    <b>Note: Points awarded for helpful answers</b>
    null

    Hi,
    Check this link.I am explaining the steps for this.
    Kindly reward points by clicking the star on the left of reply,if it helps.<a href="https://wiki.sdn.sap.com/wiki/display/Snippets/ALV-Editingandsavingtheeditedvaluesin+Database(OOPS)">Editing OOPS ALV</a>

  • How to make date fields in CRMD_ORDER as GRAY (i.e non editable)

    hi Experts,
    i am new to SAP -CRM ,, here i have one queiry related to CRMD_ORDER.
    In my requirement at the time of creating the leases in the CRMD ORDER The date option for Build up period should be grayed out means non editable, and it should be available to amend later means when user want change the order in CRMDORDER it should be editable..
    is it possible in CONFIGURATION level or we need to modify any BADi's..
    please suggest..
    thanks in advance..
    Best regards,
    pradeep.

    Hi Pradeep,
    If u are talking about the date field which are from date pfofile then i date profile u can set the date types as a non-editable (display only) the the user will not able to edit the dates.
    Date Profile->Date Types->Screen Areas: Dates->tick checkbox(only display field)
    Regards,
    DD's

  • How do I flatten a pdf file to make it non editable

    how do I flatten a pdf doc on my imac. I am trying to save and editable PDF doc to a non editable pdf doc

    Go to '''Tools->Options->Application''', search for '''Adobe Acrobat Document''' and choose '''Always ask''' in the '''Action''' column.
    If you wish to reset all the download actions try the instructions in this article
    [http://kb.mozillazine.org/File_types_and_download_actions#Resetting_download_actions File types and download actions]

  • Can't Delete Non-Editable Region in Template?

    Well, I can in existing templates but if I create a new one from an existing page using "Save as Template", when I try to delete a non-editable region in the template, DW won't let me.  I don't know why.  Aaaargh!
    It's my understanding I should be able to edit anything in a template.  I've tried existing DW and restarting.  I've tried using other pages as a basis for the template.  Every template I create won't let me delete non-editable regions.  I'm highlighting the non-editable region and pressing the delete key.  I can't delete.

    burro_mail wrote:
    Not sure DW is doing what you describe...
    But I am certain you could remove the region in code view.
    Even if you are a WYSIWYG-er and not a big code-head, it should be pretty easy to remove the region markers and everything between them...
    Trust me, it is.  I'm wondering if the problem is associated with the fact that the source page that I saved as a template was based on a template?  I just noticed that this new template refers to another template.  I'm thinking that means the other template is controlling what I'm trying to do in the current template.
    That's it.  I just tried saving a template under a different name (still retaining the correct template file extension) but did not do the save as template.  Now I can completely edit that template.  So you if you save a page that is controled by a template, as a template, that new template is controlled by the previous template.
    I've got a headache now.

  • How can I 'unlock' non editable adjustments in layers

    I have downloaded a nice free flyer psd template, which I need and should be able to adjust. But I cannot edit any of the layers. They appear to have a folder structure and have it says 'non-editable adjustments'when I hoover over the pencil.
    I somehow need to unlock this but have no option to do so if I right click.
    I have seen this before ....
    Have no idea how to work with this.
    Can anyone help me out?
    I work with elements by the way....
    See screenshot ...
    Muchas gracias!
    Jeannette

    Folders permit the grouping of elements on separate layers and then blend modes or masking can be applied to the entire folder. Folders are not supported in PSE layers; it's a pro feature.

Maybe you are looking for

  • How can i sync my iphone 4s with itunes in windows vista?

    i can´t sync my iphone with itunes

  • Problems installing Photoshop Elements 13?

    I just purchased a license of Photoshop Elements 13. I have been trying to install the program for the last 2 hours. After waiting 2 hours for the downloading of the installing manager and after that the downloading of the photoshop elements, your pr

  • SCA-111000 (IIS 5.0 and 4.1 IOS)

    Hello, I am configuring the the above device, and would like to know how do I update the OS to 4.1 version and how to import the IIS 5.0 certificate and key into the Secure content accelerator config manager. I also need the 4.1 IOS to upload it to m

  • Can I buy a refurb mbp from America for UK use?

    What else would I need to buy (power cable, keyboard, etc)? Is it legal? Would my guarantees/warrantee/rights be the same? What about delivery costs and customs fees? The UK refurb store MacBook Pro I want is going for £420 ($700) more than the same

  • No Amazon Kindle app

    After receiving my HP TouchPad today I immediately wanted to try the Amazon Kindle app but unfortunately it just opens the App Catalog and then I get this error message, that this item is not available in my countey (Austria). I thought this as a fre