HTML panel bug?

I've completed and tested an HTML panel that I built. Everything is good to go EXCEPT that on Mac I'm experiencing some strange behavior. Every once in awhile my extension will glitch a bit (the fonts and buttons resize for a split second). After this I'm no longer able to use pulldowns and some variables aren't updating. I'm using localStrorage and thought that might be the problem but window.localStorage.clear() doesn't solve the problem. The only solution is to create a new folder, dump all my folders and script into that. Then I have to create a new index.html and overwrite the content. Everything is fixed....for a while. The panel uses Node and some node_modules as well as jQuery and CSS.

Looking over my manifest it looks like I changed <RequiredRuntime Name="CSXS" Version="4.0" /> to <RequiredRuntime Name="CSXS" Version="5.0" />. The error didn't cause problems at first but eventually popped up. Hopefully this means everything is OK now.

Similar Messages

  • Photoshop HTML Panels Tips - tutorial series

    Hello,
    I've been putting together a series of tips on HTML Panels creation - both from personal experiments and collecting information around. Each tip focuses on a particular topic, it's quite short and provides the code for a demo panel.
    You can find the whole series here, so far I've covered:
    Tip #1 - Debugging
    Tip #2 - Including multiple JSX
    Tip #3 - Get data from JSX and send it to HTML
    Tip #4 - Passing Objects from HTML to JSX
    Tip #5 - Passing Objects from JSX to HTML
    Tip #6 - Integrating Topcoat CSS library
    Tip #7 - Photoshop Events, Take 1
    Tip #8 - Photoshop Events, Take 2
    Tip #9 - Panel Persistence (to be published asap)
    Tips are about Photoshop panels, but general principles apply to other apps too.
    I'll share more as soon as... I have new finding to share!
    Best,
    Davide Barranca
    www.davidebarranca.com

    Update (December 5, 2014)
    Two new tips, #15 and #16 have been added, enjoy :-)
    Recently added/updated Tips in bold - You can find the whole series here, so far the topic list is:
    Tip #16 - AngularJS Binding bug patch
    Tip #15 - Asynchronous vs. Synchronous
    Tip #14 - Flyout Menu
    Tip #13 - Automate ZXP Packaging with Gulp.js
    Tip #12 - CEP Application Events
    Tip #11 - CEP Events (ExternalObject)
    Tip #10 - Packaging / ZXP Installers
    Tip #9 - Panel Persistence
    Tip #8 - Photoshop Events, Take 2
    Tip #7 - Photoshop Events, Take 1
    Tip #6 - Integrating Topcoat CSS library
    Tip #5 - Passing Objects from JSX to HTML
    Tip #4 - Passing Objects from HTML to JSX
    Tip #3 - Get data from JSX and send it to HTML
    Tip #2 - Including multiple JSX
    Tip #1 - Debugging

  • Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata

    The cmd-keys / shortcuts doesn't work in the xmp file info panel btw. in the xmp / iptc fields (e.g. cmd+c, cmd+v, ...) of Adobe Bridge CS6 (Mac OS 10.6.8 and 10.7.3). You are not able to cut and paste info from one box to another like previous versions.
    This bug only appears in the xmp file info window (opened via alt+i) in Bridge CS6 - if you edit information or metadata in the file info panel in Photoshop CS6 copy and paste from one field to another works.
    The shortcuts also work under Windows (tested under Vista).
    I noticed this minor bug already one in the Photoshop CS6 Beta more than one months ago. I hoped that this was corrected in the official test version, but unfortunately it is not. Although it is a minor bug, it is IMHO a basic function and would be very helpful in my daily work - it is too bad, that such a small thing is making working with the application a little bit annoying.

    Thanks! If there is a workaround or simple solution, I would be very glad if you could inform me.
    Christian
    (signature removed by the Admin)
    Am 14.05.2012 um 13:49 schrieb FrankBiederich:
    Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    created by FrankBiederich in XMP SDK - View the full discussion
    Thanks for your report; we'll look into it.
    Frank
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    To unsubscribe from this thread, please visit the message page at Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in XMP SDK by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Message was edited by: Arpit Kapoor

  • Images not loading in Spry HTML Panel

    Hallo everyone
    I am using links to load html fragments in a Spry HTML Panel, just like in the example page
    http://labs.adobe.com/technologies/spry/widgets/htmlpanel/SpryHTMLPanel.html
    The whole structure is inside a Spry Tabbed Panel.
    All works ok if the target html pages are in the same directory as the mother page.
    Images are standard in the "images" folder
    The problem starts when I try to organise all the html fragments in a separate directory.
    Updating links in all the html  files is of course done correctly, images included.
    Then the problem starts.
    The html fragments load but with no images.
    When I open the html fragments directly by the browser all is ok.
    Any ideas would be appreciated
    Thanks!

    Can you upload your pages to a server and give us a link?
    If your images are in your site folder (no matter which directory), but they are not showing up in your fragments, it is likely that the paths are wrong. The images (it seems to me) should exist on the fragment and be linked from there.
    I won't have a chance to fiddle around with this right now, but if your images are linked to the fragment locations and that does NOT work, try linking them as if they were on the page that is showing the fragments. I'm not familiar (yet) with this widget.
    Beth

  • HTML Panel into HTML Panel

    Hello,
    I know this topic has been seen a lot, but I still can't find
    the answer for me...
    Well, it's easy, I use html panels to load content into my
    website (I have a SPRYMenu wich loads content into the
    &quot;main&quot; div)
    But, when I load content including another HTML Panel, it
    doesn't work...
    I've set the evalscripts to true, but it doesn't work...
    here is a small portion of code coming from the exaples, wich
    looks like what i want to do, even if in this code, it loads a
    slidingPanel, not a HTLMPanel, but I think if I can make it work,
    I'll be able to do what I want then !
    here is the main file
    &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0
    Transitional//EN&quot; &quot;
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
    &lt;html xmlns=&quot;
    http://www.w3.org/1999/xhtml&quot;&gt;
    &lt;head&gt;
    &lt;style type=&quot;text/css&quot;&gt;
    hr, .clearAll {
    clear: both;
    .SlidingPanels {
    width: 300px;
    height: 300px;
    .SlidingPanelsContent {
    width: 300px;
    height: 300px;
    .p1 {
    background-color: #CCCC66;
    .p2 {
    background-color: #FFFFCC;
    .p3 {
    background-color: #6699FF;
    .p4 {
    background-color: #99CCCC;
    .p5 {
    background-color: #FF99CC;
    .p6 {
    background-color: #339933;
    .p7 {
    background-color: #9933FF;
    .p8 {
    background-color: #669966;
    .p9 {
    background-color: #00FFCC;
    #example2.SlidingPanels {
    float: left;
    #example2 .SlidingPanelsContentGroup {
    float: left;
    width: 10000px;
    #example2 .SlidingPanelsContent {
    float: left;
    &lt;/style&gt;
    &lt;script src=&quot;inc/SpryHTMLPanel.js&quot;
    language=&quot;javascript&quot;
    type=&quot;text/javascript&quot;&gt;
    Spry.Widget.HTMLPanel.evalScripts =
    true;&lt;/script&gt;
    &lt;link href=&quot;inc/SpryHTMLPanel.css&quot;
    rel=&quot;stylesheet&quot;
    type=&quot;text/css&quot; /&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot;
    content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
    &lt;title&gt;Document sans nom&lt;/title&gt;
    &lt;/head&gt;
    &lt;body&gt;
    &lt;div id=&quot;panelSpry&quot;
    style=&quot;&quot;&gt;text de base&lt;/div&gt;
    &lt;div&gt;&lt;a
    href=&quot;essai1.html&quot;
    onclick=&quot;panelWidget.loadContent(this.href);return
    false;&quot;&gt;changement&lt;/a&gt;&lt;/div&gt;
    &lt;script&gt;
    var panelWidget = new
    Spry.Widget.HTMLPanel(&quot;panelSpry&quot;, { evalScripts:
    true });
    &lt;/script&gt;
    &lt;/body&gt;
    &lt;/html&gt;
    and here is the loaded file (essai1.html) :
    &lt;link
    href=&quot;inc/SprySlidingPanels.css&quot;
    rel=&quot;stylesheet&quot;
    type=&quot;text/css&quot; /&gt;
    &lt;script type=&quot;text/javascript&quot;
    src=&quot;inc/SprySlidingPanels.js&quot;&gt;&lt;/script&gt;
    &lt;p&gt;
    Navigate by index:
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(0); return
    false;&quot;&gt;1&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(1); return
    false;&quot;&gt;2&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(2); return
    false;&quot;&gt;3&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(3); return
    false;&quot;&gt;4&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(4); return
    false;&quot;&gt;5&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(5); return
    false;&quot;&gt;6&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(6); return
    false;&quot;&gt;7&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(7); return
    false;&quot;&gt;8&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel(8); return
    false;&quot;&gt;9&lt;/a&gt;
    &lt;/p&gt;
    &lt;p&gt;
    Navigate by id:
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p1'); return
    false;&quot;&gt;p1&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p2'); return
    false;&quot;&gt;p2&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p3'); return
    false;&quot;&gt;p3&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p4'); return
    false;&quot;&gt;p4&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p5'); return
    false;&quot;&gt;p5&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p6'); return
    false;&quot;&gt;p6&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p7'); return
    false;&quot;&gt;p7&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p8'); return
    false;&quot;&gt;p8&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPanel('ex2_p9'); return
    false;&quot;&gt;p9&lt;/a&gt;
    &lt;/p&gt;
    &lt;p&gt;
    Other navigation methods:
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showFirstPanel(); return
    false;&quot;&gt;First&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showPreviousPanel(); return
    false;&quot;&gt;Previous&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showNextPanel(); return
    false;&quot;&gt;Next&lt;/a&gt; |
    &lt;a href=&quot;#&quot;
    onclick=&quot;sp2.showLastPanel(); return
    false;&quot;&gt;Last&lt;/a&gt;
    &lt;/p&gt;
    &lt;p&gt;&amp;nbsp;&lt;/p&gt;
    &lt;div id=&quot;example2&quot;
    class=&quot;SlidingPanels&quot;
    tabindex=&quot;0&quot;&gt;
    &lt;div
    class=&quot;SlidingPanelsContentGroup&quot;&gt;
    &lt;div id=&quot;ex2_p1&quot;
    class=&quot;SlidingPanelsContent p1&quot;&gt;Panel
    1&lt;/div&gt;
    &lt;div id=&quot;ex2_p2&quot;
    class=&quot;SlidingPanelsContent p2&quot;&gt;Panel
    2&lt;/div&gt;
    &lt;div id=&quot;ex2_p3&quot;
    class=&quot;SlidingPanelsContent p3&quot;&gt;Panel
    3&lt;/div&gt;
    &lt;div id=&quot;ex2_p4&quot;
    class=&quot;SlidingPanelsContent p4&quot;&gt;Panel
    4&lt;/div&gt;
    &lt;div id=&quot;ex2_p5&quot;
    class=&quot;SlidingPanelsContent p5&quot;&gt;Panel
    5&lt;/div&gt;
    &lt;div id=&quot;ex2_p6&quot;
    class=&quot;SlidingPanelsContent p6&quot;&gt;Panel
    6&lt;/div&gt;
    &lt;div id=&quot;ex2_p7&quot;
    class=&quot;SlidingPanelsContent p7&quot;&gt;Panel
    7&lt;/div&gt;
    &lt;div id=&quot;ex2_p8&quot;
    class=&quot;SlidingPanelsContent p8&quot;&gt;Panel
    8&lt;/div&gt;
    &lt;div id=&quot;ex2_p9&quot;
    class=&quot;SlidingPanelsContent p9&quot;&gt;Panel
    9&lt;/div&gt;
    &lt;/div&gt;
    &lt;/div&gt;
    &lt;script
    type=&quot;text/javascript&quot;&gt;
    var sp2 = new Spry.Widget.SlidingPanels('example2');
    &lt;/script&gt;
    I hope somebody can help....
    Thanks !

    Thank you for your quick reply.
    I still have a problem here.
    Would you please see my 3 files for my problems.
    Thank you very much for your time.
    1. index.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Test for Spry HTML Panel</title>
    <script src="../spry/SpryHTMLPanel.js" language="javascript" type="text/javascript"></script>
    <link href="../spry/SpryHTMLPanel.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <input type="button" value="Click Here to Load Document Level 2" onclick="body_content_area.loadContent('doc_level_2.php');" />
        <div id="body_content_area" style="clear:both; width:100%;">
            <!-- Put Content Here -->
            <div class="HTMLPanelLoadingContent">Loading ...</div>
        </div>
    <script type="text/javascript" language="javascript1.2">
    <!--
    var body_content_area = new Spry.Widget.HTMLPanel("body_content_area");
    //-->
    </script>
    </body>
    </html>
    2. doc_level_2.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="../spry/SpryHTMLPanel.js" language="javascript" type="text/javascript"></script>
    <link href="../spry/SpryHTMLPanel.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <H1>Here is a content of document level 2</h1>
    <br /><br />
    <input type="button" value="Click Here to Load Document Level 3" onclick="body_content_area_2.loadContent('doc_level_3.php');" />
        <div id="body_content_area_2" style="float:left; width:100%;">
            <!-- Put Content Here -->
            <div class="HTMLPanelLoadingContent">Loading ...</div>
        </div>
    <script type="text/javascript" language="javascript1.2">
    <!--
    var body_content_area_2 = new Spry.Widget.HTMLPanel("body_content_area_2");
    //-->
    </script>
    </body>
    </html>
    3. doc_level_3.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <div style="float:left;">
    <h2>Here is the content of document level 3</h2>
    </div>
    </body>
    </html>

  • Evaluate Script in HTML panel in Tooltip

    I have tried this question in another thread and got some help from Ben but still can't quite get it to work.
    I am trying to embed an HTML panel, which comtains spry xml data, into a tooltip but cannot get the scripts in the panel to run once they are in the tool tip. The example is the middle of the three line on this page: http://www.edwardshephard.net/caravanclub/tooltiptest.html which should call data in from this page: http://www.edwardshephard.net/caravanclub/clubtooltippanel.html.
    I have added a {evalScripts:true} line as suggested by Ben, which looks like a good solution, but still no joy.  Having looked at other threads I wonder if it needs some sort of post-loading observer thing to run the scripts, but I'm not sure and not experienced enought to work out the syntax.  Would welcome any further help please. thanks, Edward

    Because you are also importing a spry:region and not only Spry Data, you need to manally call:
    Spry.Data.initRegions();
    Once the tooltip has loaded its HTML panel contents.

  • Getting a sliding panel loaded into an html panel to work.

    Hi. This is my first post on the forum.
    I've been using Spry a little here and there. Today I ran
    into a situation where I want to load an external page, that has a
    sliding panel in it, into an html panel. So far I have not had luck
    and I suppose it has to do with loading the js file. At the moment
    I have a right column that already has a sliding panel (working).
    But it would appear that the loaded external html file (in the left
    "main" column) is not picking that up. Any suggestions for a noob
    as to what to do next? Viewing the external page by itself allows
    the sliding panel to work (that is when I add the js file import to
    the head of the external html file... but that head section does no
    good when loaded into an html panel)
    Anyway, any help at all is greatly appreciated.
    Thanks,
    Eric

    Thank you very much! I found the topic
    here.
    It will require a bit of a small learning curve for me as html
    panel and sliding panels are my first interaction with js... even
    my rollovers are css driven. Thanks!

  • Spry Data in HTML Panel

    I'd like to load a page w/ dynamic data content through an
    HTML Panel. Can it be done?

    Hi,
    There is some problem in Spry where in if the loaded content
    has any spry:regions or dataset objects, those are not executed as
    expected. You need to replace the Spry.Utils.setInnerHTML function
    with the following code
    Spry.Utils.setInnerHTML = function(ele, str, preventScripts)
    if(!ele)
    return;
    ele = Spry.$(ele);
    var scriptExpr =
    "<script[^>]*>(.|\s|\n|\r)*?</script>";
    ele.innerHTML = str.replace(new RegExp(scriptExpr, "img"),
    if (preventScripts)
    return;
    var matches = str.match(new RegExp(scriptExpr, "img"));
    if (matches)
    var numMatches = matches.length;
    for (var i = 0; i < numMatches; i++)
    var s = matches
    .replace(/<script[^>]*>[\s\r\n]*(<\!--)?|(-->)?[\s\r\n]*<\/script>/img,
    var oScript = document.createElement("script");
    oScript.text = s;
    ele.appendChild(oScript);
    Spry.Data.initRegions(Spry.$(ele));
    It should work fine.
    -JV

  • .prototype in html panel JSX

    Hello all,
    I'm used to add new methods to photoshop DOM in jsx scripts with .prototype, i.e.
    var Document = function(){};
    Document.prototype.activate = function()
    app.activeDocument = this;
    but when I add this to Photoshop.jsx in html panel, these methods are not added/defined. Is there correct way to do it? I'm currently converting prototypes to functions for workaround, i.e.
    function activateDoc(docRef)
         app.activeDocument = docRef;
    but it's a pain. and it worked fine for flex extensions..
    I looked through some samples, but seems like no one is using this technique.
    Please advise. Thanks a lot!

    What u could do is add an observer to your html panel that
    monitors the onPostUpdate. On each update loop through your
    <a> tags (could be done with
    document.getElementsByTagName('a') ) check if they start with
    /wiki/ if it does, just replace or change the href.

  • Controlling a Spry HTML panel with a Jump Menu

    Hi, I wonder if anyone can help.
    I've implemented a HTML panel within a page to display different page elements and have it working no problem with a simple href and an onClick event but I would like to control what is displayed by using a jump menu (drop down list) - any idea how I can control that to populate the necessary DIV?
    eg: <select name="site" size=1 onChange="hpanel.loadContent(this.href); return false;"> (obviously this doesn't work!)
    Thanks in advance
    Neil

    It works fine, but your pages arent found;
    http://www.thedesignforge.co.uk/clients/elsevier/laure/v2/dollar_rates.html
    See its missing.
    But
    http://www.thedesignforge.co.uk/clients/elsevier/laure/v2/dollar_rate.html
    Exists. So it seems to me you are linking to a incorrect file.

  • Html panel - inside html panel?

    hi everyone
    i have a page with a main content div which is an html panel theat will load different content
    one of the (fragment) pages it loads has xml data etc on it.
    i now need on this dynamic page a little html  in a div too, but that means an html panel within an html panel!
    i declared var infolpanel; on the main page, and the maincontent htmlpanel div has evalscripts set true
    on the dynamic fragment page, the xml datasets are working etc, but i need another html panel
    infopanel = new Spry.Widget.HTMLPanel("info");
    infopanel.loadContent('products/'+ product + '/info.html');}};
    now when i load the page, none of the xml data populates either, instead showing {dataset::variable} instead :-s
    removing the above javascript again fixes it.
    so, is there any (other?) way for this fragmented page to load a smaller fragment into the div?
    thanks
    delboy

    How do I open another collapsible panel, on a different page
    through a link? I have tried many different ways, including trying
    to use SpryURLUtils.js and am not having any luck? I really wanted
    to jump to a different pages' collapsible panel, open it, and then
    populate the SpryHTMLPanel, located inside that targeted
    collapsible panel. My collapsible panels and HTML panels all work
    fine on the target page, when just interacting on the page itself,
    with mouseclicks. Inside the collapsible panels I have unordered
    list of links, that populate HTMLpanels, with the appropriate HTML
    fragments. My problems lies in crosslinking from other webpages to
    the exact collapsible panel, and then populating the exact HTML
    fragment, just as if I had clicked on the link in the list, if I
    had been on the target page in the first place.
    <a href="../OA_qi_docreq.html?panel=0#cp1">
    <a href="../OA_qi_docreq.html#cp1">
    <a href="../OA_qi_docreq.html#cp1.open();">

  • 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

  • Spry Rating in an HTML Panel

    I have a working rating widget but when I use it in an HTML panel (part of the HTML file) it does not show up. I tried including all of the rating widget functions in both files but to avail. DO I need to use an observer since the rating widget is in another HTML being populated by the HTML panles widget?
    Thanx!

    Jus to clarify for me:
    I should include the <script src="path/to/rating.js"></script> in my main file. The page that displays all of my galleries.(for me it is galleries.html)
    I will change it all around and see what happens
    EDIT*****************************************************
    It still looks as it did before, not sure what I did. heres the link again wioth all updated info
    http://directory-sexy.com/categories/gallery/galleries.html
    I may just consider using jquery for the rating as I am under a bit of a time crunch - I have school starting in two weeks and really need to get this up and running soon. I will also be adding comments to each image but that may require a bit more research.
    Thanx again.

  • No Script are working in SPRY HTML panel

    I'm getting trouble with this website :
    http://dubezy-faure.com.linkfirst-preprod.linkeo.org/
    I've have 2 HTML fragments with lightbox and a spry contact
    form in them but no one is working. When I bypassed the HTML panel,
    my scripts work fine.
    I've use the evalScripts:true but still nothing.
    Below is the code :
    <div id="menuhaut">
    <ul>
    <li><a href="index1.htm"
    onclick="hpanel.loadContent(this.href); return
    false;">Accueil</a></li>
    <li><a href="real1.htm"
    onclick="hpanel.loadContent(this.href); return
    false;">R&eacute;alisations</a></li>
    <li><a href="contact1.htm"
    onclick="hpanel.loadContent(this.href); return
    false;">Contact</a></li>
    </ul>
    </div>
    <script language="JavaScript" type="text/javascript">
    var hpanel = new
    Spry.Widget.HTMLPanel("main",{evalScripts:true});
    </script>
    I've added the scripts in the HTML fragments as followed :
    FOR LIGHTBOX
    <link href="css/lx.css" rel="stylesheet" type="text/css"
    />
    <script type="text/JavaScript"
    src="script/lx.js"></script>
    FOR the SPRY VALIDATION SCRIPT
    <link href="css/validate.css" rel="stylesheet"
    type="text/css" />
    <script type="text/JavaScript"
    src="script/validate.js"></script>
    Could someone help me...

    Thanks Diana !
    My contact form is now working fine, but what about the
    lightbox for the page Realisation? It has a lightbox effect on
    clicking an image inside the HTML fragment. This lightbox do not
    work. No error message is reported in firebug. I find this odd.
    The lightbox effect works fine for the button plan, because
    it's found outside the HTML fragment. Anything in the HTML panel
    fails.
    Thanks in advance for the support

  • Pass an argument from external jsx to html panel?

    Hi everyone,
    Can you please tell me if it's possible somehow to listen to event from the external jsx in html panel? What I'm trying to do is to pass an argument from JSX to HTML Panel and to update
    the panel with it.
    Many thanks,
    Sergey

    Hi Sergey!
    What I was suggesting privately to you (I report this here for the others' sake) is to use soon-to-be-released CEP5 technology: http://blogs.adobe.com/cssdk/2014/04/introducing-cep-5.html
    Chiefly, the part that says:
    Call from ExtendScript into HTML DOM: Most of the currently supported Adobe apps (including but not only Photoshop CC and Illustrator CC) will include a new ExternalObject which provides an API that allows developers to dispatch events from ExtendScript to the JavaScript/HTML5
    But we have to wait for the next update of CC apps to support it!
    Regards
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

Maybe you are looking for

  • A/P Invoice Tax amount by tax code wise

    Hi All How do we get  a report for purchase tax amount per tax code based on A/P Invoice? I have used OPCH and PCH4 tables to query but the number of rows are repeated in the report even when a tax code having a combination? Please help me thanks SV

  • MSSQL 2005 error COMPUTE_INT_TIMES_OVERFLOW after SP Stack 14

    Recently I have updated SAP installation to SP Stack 14. After that I had problems with errors in standard sheduled tasks: I receive COMPUTE_INT_TIMES_OVERFLOW error every hour, together with error "Column name or number of supplied values does not m

  • Reading dynamic table in a interactive form (web dynpro)

    Hi all, I created a WebDynpro application which contains an Interactive Form. This form contains a dynamic table with input fields. New rows can be added manually using a button. Now I have the following problem: How can I read all the rows of the ta

  • Embedding HTML file in folio causes other indesign files to be embedded into article

    For our upcoming issue we have the following files: COVER_Apr.indd COVER_horz.indd Calendar_Apr.indd Chef_Tournedos.indd Home_hybrid.indd Kristen_Campo.indd List_April.indd Look_Back.indd Masthead_Apr.indd Pam_Sherman_Touch.indd Review_Lucano.indd Sh

  • Display picture problem since 4 days

    I have problem in my display picture. My old picture doesn't change from 4 days , I tried to do everything I can but no good result so what I have to do?  Please advise me.