Disable ICE tag-insight

Hello, just wondering how I can disable this new in-content
editing thing for ALL tag-insights, and maybe at the same time Spry
also?
Never really had a big problem with the Spry insight, just
now Ice is comming up a LOT more often then Spry used to and its
bugging me to death, thank you
*edit*
Sorry! I should have mentioned this question is for CS4,
thanks again

It looks like the ability to disable this in CS5 has been intentionally removed.
It appears that Adobe has hard-coded these attributes rather than place them in the editable code-hinting files.
FYI Adobe, our team is staying on CS4 until this is resolved in CS5. My primary role is writing HTML and CSS and in the average day I type the id attribute dozens of times. Having the go back and correct the code-hinting wastes valuable time and poses a significant usability problem to me and my team.
In the future, please don't sacrifice usability to push features/products. It reflects poorly on Adobe and has cause us to consider alternatives.

Similar Messages

  • PHP tag insight?

    Hi!
    Is there a way to implement PHP tag insight? So it works like
    context sensetive? like when you write html.

    yep, look here
    http://www.wilk4.com/asp4hs/php4hs.htm#ee

  • Disable 'Preprint Tag' menu option in WCT7 for WCD printing

    All,
    We have a requirement for disabling the menu option in WCT7 -
    In the WCD Item Maintenance screen, if we goto
    Menu - Edit->Print->Preprint Tag.
    We want to disable the option 'Preprint Tag'.
    The problem is when user tries to 'Preprint Tag', it prints the WCD and directly moves from ITG to ETG, instead of going to PTG status. Hence user wants this button to be disabled.
    Is there any suitable menu exit or enhancement point for this requirement? Is there any authorization object that can be used? Has anyone worked on this requirement before?
    Any pointers in this direction are appreciated.
    Regards
    Deepthi

    Hello Hubert,
    you don't happen to have a sample or something? I tried to implement the hideMenuItem like it is described in the Acrobat scripting reference, but I still got the 'NotAllowedError'. I really find it confusing because some things of the Acrobat scripting is also working in Designer, others are not. Do you know if there is a documentation about this, like which Acrobat function can be used in Designer, which not, and which Acrobat function is named different in Designer, etc.?
    Regards, Karin

  • How to disable html tags in richtext editor

    Hi All,
    I want to disable the html tags in rich text editor.I am able to disable the all components using the following code
    af:richTextEditor id="rte2" toolboxLayout="spellcheck"/>
    <f:facet name="spellcheck">
    <af:commandLink id="chek" text="Check Spelling" styleClass="linkcont"/>
    </f:facet>
    When page gets submitted i dont want all the html tags in it How i can achive this.
    Regards,
    Smaran

    Hi,
    I am not sure your question is complete as it seems to lack content, Anyway, did you try a value change listener to access the content and parse it for HTML tags?
    Frank

  • Disable anchor tags in jsp

    Hi, can anyone help me out with this.
    I have a tree structure in a jsp displayed using tag library. Each element in the tree is an anchor link.
    On click of each link there is some process happening in the background which will take some time.Hence i need to disable all other anchor tags while one anchor link is being processed to prevent the user from clicking on it.
    How can this be done?
    Thank you.

    I don't understand. It seems to me like you've already got the solution right there in your image tag.
    if i don't do that the picture can be all sizes Then ... do that ... ??

  • Disable a tag

    Hello all,
    I have put together a nice javascript image viewer. It has thumbnail pics off to the left and a large display to the right for the thumbnails that are clicked on. It works fine.
    I am trying to figure out a way to make it accessable to those who do not have javascript enabled. My idea was to have a link to a blank page for each of the thumbnails. This link would be disabled by javascript so that it only opens a new page to view the image if javascript is disabled.
    The code I  used is something like this:
    **** javascript ****
    function disableLink(theLink)
    document.getElementById(theLink).disabled=true;
    **** html ****
    <a name="link_1" id="link_1" href="image_path" target="_blank" onmouseover="disableLink('link_1')">
    <img src="image_path" height="300" width="300" alt="some text" onclick="changeDisplay('image_path')" />
    </a>
    Thanks everybody!

    **** html ****<a name="link_1" id="link_1" href="image_path" target="_blank" onmouseover="disableLink('link_1')">
    <img src="image_path" height="300" width="300" alt="some text" onclick="changeDisplay('image_path')" />
    </a>
    Try -
    <a name="link_1" id="link_1" href="image_path" target="_blank" onclick="changeDisplay('image_path');return false;">
    <img src="image_path" height="300" width="300" alt="some text" />
    </a>
    and remove your javascript function completely.
    By the way, you may want to read this about using "_blank" as a target -
    http://www.tjkdesign.com/articles/popup_window_with_no_extra_markup.asp

  • How do I Disable Smart Tags?

    How do I turn off smart tags? I am not sure if that is the correct name for them. Everytime I click any button lately, I get a dropdown menu; it is getting very frustrating. I am sure I have clicked on something that activated this, but cannot find what it was and how to change it; help please!

    Smart Tags. Maybe, you might want to make a picture of the tag, and show it here. It sounds like you might have unintentionally activated Tabs whenever a new window is opened in Safari; if that's the case, go to Safari/Preferences/Tabs, and unclick the second window.
    In any case, post here with your results.

  • Tag insight and closing tags problem

    I am a touch-typist, and as such, CF-Builder has a very irritating problem. Let me explain:
    One of the nice things about CFEclipse is that it senses when you have entered a closing element (i.e., #, }, ], ", etc.) When this occurs, it automatically moves the cursor forward WITHOUT leaving a duplicate. The fact that builder does NOT do this is very frustrating. It requires you to remove hands from the keyboard to hit the right-arrow, or you have to turn off the closing tags in the preferences.
    Other than that, seems like a pretty decent editor.

    I couldn't agree more. It's the little things that matter...

  • Disable ICE (Interactive Connectivity Establishment) protocol in Lync 2013 via ClientPolicy

    Hi,
    is the DisableICE clientpolicy parameter still valid in Lync 2013, or it has been deprecated since Lync 2010?
    Lync 2010: its listed here:
    http://technet.microsoft.com/en-us/library/gg398300%28v=ocs.14%29.aspx
    Lync 2013: its missing from here:
    http://technet.microsoft.com/en-us/library/gg398300%28v=ocs.15%29.aspx
    AND, its missing from the list of deprecated powershell inventory:
    http://technet.microsoft.com/en-us/library/jj205204.aspx
    So is it a documentation mistake, or the parameter is still working? If docu mistake, I request it to be corrected ASAP. Its unacceptable to do reliable design based on incompleted vendor documentation!

    Thanks for the quick reply.
    I would also recommend to add a similar section into Technet to highlight the ADDED powershell commands / parameters since Lync Server 2013 RTM:
    http://tomtalks.uk/2014/08/lync-server-2013-powershell-cmdlet-updates-and-additions-since-rtm
    (This gentleman has already done the homework for MS)
    Also it would be great to release an updated .CHM version of the online help at least every 6 months. The current one is from April 2014, so its quite old considering the multiple updates Technet has received since that time. Its  more
    convenient to browse content in the .CHM file, then browse on Technet. The only time the .CHM is crap, when I have to search for content, as the search capability of the .CHM reader app in Windows is the terrible I have ever seen regarding full text search.

  • Taglib repeating in jsp page in TOMCAT. (Can this be Tag pool issue? )

    Hi,
    We have an application and it is running fine on one servlet container "ServletExec". We are migrating our application to Tomcat and some weird things happenned.
    In one of my JSP pages say page " A ", I have included another small JSP say " B "which just created a table with one row and various columns.
    Now the columns are created in a taglib. And I am using that taglib inside that page " B".
    Now this is working fine in ServletExec.
    But in tomcat when I refersh page A or come to this page dfrom some other page, there are multiple instance of tables from page B are rendered.
    SO every time I refresh a new entry added to already existing table.
    Can any one please help?
    I looked in some documents and found that this may be because of some Tag pooling in Tomcat newer versions. Is that right?
    If yes how can I remove this tag pooling in my taglib java class?
    Any help is highly appreciated.
    Thanks

    Hi
    try disabling the tag pooling and check the page.
    To disable the tag pooling in Tomcat
    make enablePooling = false for the jsp servlet declaration in
    $TOMCAT_HOME/conf/web.xml
    Regards

  • How to create a basic starting template for ICE-use?

    Hello BC forum,
    I have a question regarding templates in combination with the new ICE-editor (InContext edit). Plese be aware of that the question is related to the new ICE-editor, not the old flash-based editor.
    Please keep http://foretagskontakt.businesscatalyst.com/om-foretagskontakt open in your browser to see a copy of the template I have built.
    My customer needs to be able to create new editable sub pages. All subpages need to share the same template but with different text and img in the dark blue area. Under that area we have a 2-col layout who also needs to be changed from page to page. All is made editable using ICE tag for BC. When my customer creates a new page they need to have this basic layout set up so they can start editing in the ICE-editor without the hassle of copying HTML using the old WYSIWYG. The problem: If I apply the dark blue area and some lorem ipsum in a template they keep editing the template and not the page. Can a customer create a new page using my template but edit only the content on that page in ICE-mode?
    Thank you.

    I guess my mistake is that i have created a country grouping EG for Egypt wheere i should have used 99 - international.

  • How to disable the geotag NAG screen.

    1. Is there a way to either to (ENABLE/DISABLE) geo-tagging permanently.
    2. If YES, is there a way to disable the NAG question when taking pictures.

    Hi,
    In case you want to disable the screen elemnts/fields when one clicks on 'DISPLAY' then you have to do the following:
    This should be written in PBO (Process before output).
      LOOP AT SCREEN.
        IF screen-group1 = 'DIS'.
          screen-input = '0'.
          MODIFY SCREEN .
        ENDIF.
      ENDLOOP.
    This will disable the fields you want on your screen.
    the fields that you want to disable should be put into a group say 'DIS'(screen-group1 as seen above) in SCREEN PAINTER.
    Hope this helps.
    Thanks,
    Rashmi.

  • Tag base in HTML page from web repository

    We are using EP 6.0 SP10 with KMC SP10 on host http://ep60:55000/. We want to configure web repository for http://example.com.
    We have created HTTP system "ExampleSite" in KM system landscape for web site "http://example.com", created web site "Example" in KM landscape and configured web repository manager "WebSystems" with prefix "/websys" for created web site "Example" with property "External Server URI Handling"="rewrite".
    We were create URL-iView on link http://ep60:55000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/websys/Example.
    The problem is following:
    There is no tag <base> in page content when we opening http://example.com directly in browser.
    When we preview created URL-iView page it is opened but tag <base href=http://example.com> is present in HTML page content.
    Thefore all relative links point to http://example.com but not to http://ep60:55000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/websys/Example as we need.
    What settings (in web repository, HTTP System or anywhere) disables addition tag <base> to page content?

    Hi, All. Sorry for tardy reply.
    Now i'm attempting to use "HTML Filter" (from repository filters in Content Managenment Configurator) for reset base tag.
    Unlike "HTML Stylesheet Filter" working fine (LINK tag is appearing in content of HTML repository documents),
    "HTML Filter" doesn'n work (browser display "500 internal error"). This error possess when we use "HTML Filter" for native CM repository (for example: documents).
    I find following error in knowledgemanagement.0.log file:
    #1.5#C000AC140312000500000002000012240003F737312F4F50#1116241350578#com.sapportals.wcm.protocol.webdav.server.WDGetHandler#irj#com.sapportals.wcm.protocol.webdav.server.WDGetHandler#System#0#####Client_Thread_7##0#0#Error##Plain###Exception while applying filters: null - com.sapportals.wcm.repository.ResourceException: Exception while applying filters: null
    Displaying pages from repository without "HTML Filter" works fine.
    My filter has following properties:
      Base Tag      = http://test.base.tag/
      Extensions    = htm
      MIME Types    = text/html
      Paths         = /**
      Active        = checked
      Priority      = 99
      Repositories  = documents
    I'm not use properties "Base URL", "URL Handler Class"
    What is a reasone of the error?
    Did anybody find a solution to remove/reset base tag?

  • Spry HTML Panel Widget breaks ICE

    I'm using the spry html panel widget to load a side bar
    across my site. It has Ice tags as do the main pages its loaded
    into. When editing a main page, it will not save saying. "the html
    sent to save was not in the page". (referring to my spry sidebar).
    Taking ICE out of the side bar page allows it to work.
    Is there a work around to use this adobe spry widget with in
    context editing? It would be a shame is the sidebar can't be
    edited, or has to be done for every page it loads into not using
    the spry widget.

    Hello Addis,
    I'm not entirely clear on your workflow, but InContext
    Editing does not support editable or repeating region groups inside
    Spry Dynamic Regions.
    You can create editable regions on the html page that loads
    into the spry html panel widget, but you cannot have editable
    regions on the
    dynamic widget region itself.
    Essentially, you can apply InContext Editing editable regions
    to the content in the external HTML page (e.g.,
    panelWidget.loadContent('
    widget_contents.html'). Then, when you want to edit the
    content that loads into the widget on the main pages, you would
    edit the
    widget_contents.html page with InContext Editing. You can
    also apply InContext Editing editable regions to any
    static content regions on your main pages.
    Please let me know if this needs clarification.
    Best regards,
    Corey

  • Meaning of tag column in lookup code

    Hi,
    I would like to disable some values in lookup code, but some values have value in tag column (Y). So it is impossible to disable them.
    The lookup code I would like to update is CONTACT_TITLE (in receivables lookups).
    How can I disable these tagged values please?
    Thank you
    Tiana

    Hi Jens,  
    Thanks for your reply.
    For the description of each field/value in TFS DB scenario, please submit it to User Voice site at:
    http://visualstudio.uservoice.com/forums/121579-visual-studio. Microsoft engineers will evaluate them seriously.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Code to download output to excel sheet

    Hi friends, My requirement is to schedule a batch job in which a program runs with a particular variant. The output should be transported to an excel file and this file has to be placed in the Y drive. Can you please tell me how I can code to transfe

  • Conversion from BO 5.1.9 Deski to BO XI 3.1 SP3 Webi

    Hi Everyone, As part of of our project, we are executing a BO upgrade project and have undertaken BO report migration and conversion from deskI in BO 5.1.9 to WebI in BO XI 3.1. The conversion of reports was assumed to be carried out through the repo

  • BUS_TRANS_MSG

    Dear All  Expert , May I consult you a question ? I want to send some data from CRM to SAP .I found BUS_TRANS_MSG contain the data.But I do not want increase the volume of transfer. So I want to know is there any possibilty to only transfer some segm

  • I have a subscription to Acrobat standard, How to reload ?

    Hello, I currently have a subscription to Acrobat Standard which I need to reload on my system.  I cannot find any instructions on how to do this, nor can I find a download location not linked to purchase. Help. Thanks Sean

  • I cant log in to my ichat account, it keeps telling me my mobile me password is wrong when its not?

    I cant log in to my ichat account, it keeps telling me my mobile me password is wrong when its not?