Add a button to expand the palette Image trace,

Hi
Thank you for the recent work in this palette are only good this little button.
If a button to the menu: Object> Expand appeared in the palette, it would be a little faster and easier.
But it may not that right?
  Best Regards!

Hi;
This depends on whether you would like to have the form filled out online (HTML in a web browser) or as a PDF file, and whether you want the form sent to you, the author, or to the form submitter.
For both cases there is a "Email Reciepts" feature and a "Email Notification" feature in a paid account that you can use by adding an "Email" field to the form and an email reciept will be sent to the email address entered into the email field, notifications would be sent to you.  The reciept and notification can contain the form data.
You can also edit the PDF if you wanted to use a PDF and wanted the form model to be emailed to you the author you can edit the PDF after downloading from FormsCentral and before distributing the PDF adding an "Email" button, if you are interested in this route I will point you to an FAQ on how to edit a FormsCentral PDF and then on how to add an email button.
Thanks,
Josh

Similar Messages

  • Macking button to expand the tree and collapse tree and another to add node

    macking button to expand the tree and collapse tree and another to add node and saving the changes in the database ( this is problem)
    and finally delete node from database
    so what is proper code for those buttons
    thanks my mail is :
    [email protected]

    Hello,
    Use the ftree package's functions
    code to expand all nodes:
    PROCEDURE explose_tree IS
    node    ftree.node;
    htree   ITEM;
    state   varchar2(30);
    BEGIN
       -- search the tree ID --
       htree := Find_Item('BL_TREE.TREE_1');
        -- search the root --
           node  := Ftree.Find_Tree_Node(htree, '');
        -- expand all nodes --
       WHILE NOT Ftree.ID_NULL(node) LOOP
          state := Ftree.Get_Tree_Node_Property(htree, node, Ftree.NODE_STATE);
          IF state = Ftree.COLLAPSED_NODE THEN
            Ftree.Set_Tree_Node_Property(htree, node, Ftree.NODE_STATE, Ftree.EXPANDED_NODE);
          END IF;
          node := Ftree.Find_Tree_Node(htree, '', ftree.find_NEXT,Ftree.NODE_LABEL,'', node);
       END LOOP;
    END;and to collapse all nodes:
    PROCEDURE Implose_tree IS
       node   ftree.node;
       htree  ITEM;
       state  varchar2(30);
    BEGIN
       -- search the root ID --
       htree := Find_Item('BL_TREE.TREE_1'); 
       -- search the root --
       node  := Ftree.Find_Tree_Node(htree, '');  
       -- Collapse all nodes --
       WHILE NOT ftree.ID_NULL(node) LOOP
         state := Ftree.Get_Tree_Node_Property(htree, node, Ftree.NODE_STATE);
         IF state = Ftree.EXPANDED_NODE THEN
          Ftree.Set_Tree_Node_Property(htree, node, Ftree.NODE_STATE, Ftree.COLLAPSED_NODE);
         END IF;
        node := Ftree.Find_Tree_Node(htree, '', Ftree.FIND_NEXT,Ftree.NODE_LABEL, '', node);
       END LOOP;
    END; Francois

  • I am looking to add a button to reset the TOC (collapse all books)

    Our end users are getting lost in the open books - yes, I realize it's a whole different problem, but I have been asked to add a button to "reset" the TOC books to collapse all the books.
    We are using RH 10 and IE 8
    I've looked all over for existing javascript that would do that, but I can't find it. Is that something that someone else has done already? I am not a scripting person.
    Thanks!
    Laura

    So, I have tried a few different things in the action tab
    the actual web address (it's an intranet site ...website_name/index.htm
    And just index.htm here (where it says News_Feed.htm)
    This is a parent/child project -- the newsfeed page is the only page in the parent (and it is the default page) -- the button in the top toolbar takes you to the newsfeed, but we wanted it to refresh the entire page.
    Thanks!

  • Why are Add-on Buttons along with the Toolbar keep disappearing in the Firefox4,5&9?

    I arrange all the Add-on Buttons on a Toolbar created for this specific purpose(Options - Toolbar Layout - Add New Toolbar). I recently upgraded from Firefox 3.6 to Firefox 12 and that's when the trouble started.All the Add-on Buttons along with the Toolbar started disappearing.I checked if any of the add-on (one by one)is causing this problem but found nothing.But the Add-on Buttons work fine when arranged on the Status Bar(now the so called Addon Bar).
    Later I found out that this particular problem exists in all the Browsers based on Firefox's latest version(Pale Moon,Cometbird,Wyzo,Epic etc). That means something is causing this toolbar to disappear in the latest versions of Firefox(i.e., Firefox 4,5,10 and Firefox 12). So please help me to rectify this problem.I am impressed by the improvements made in the latest versions of Firefox but due to this problem Firefox has become useless for me.
    Don't tell me about "places.sqlite" "localstore.rdf" and all that shit.I've searched the whole God damned Web,Tried changing to new Profile,Deleted localstore.rdf and saw whether it will work.This is my last resort. Firefox 3.6 was a great browser.Within a span of one year you morons have jumped from Firefox v3.6 to Firefox v12! Not allowing the Extension ecosystem to stabilize.Giving no time to apps developers to catchup.The App developers have fallen behind and half of my addons are not working.You people have become an example on how to kill a great product.The guys at MS might be watching in delight the Firefox's harakiri!
    Thank You,
    Helme.

    Since I only ever put add-on buttons on the main Navigation toolbar (or the Add-ons bar) rather than my own custom bar, I haven't experienced this myself.
    Can you detect a pattern with particular add-ons' buttons (or native Firefox buttons) being removed time and again?
    In your new profile test, did you add extensions one at a time (one per restart of Firefox), or otherwise try to isolate particular add-ons as the issue? (Bugzilla has at least one example of an extension causing a problem with custom toolbars: [https://bugzilla.mozilla.org/show_bug.cgi?id=667627 667627 – divx html5 removes added toolbars]. I don't see this particular extension on your list.)
    I wonder whether some extensions now include some kind of grooming function or incompatibility that removes their buttons from custom toolbars? It would be easier to investigate with some problem examples.

  • Is it possible to add own JSP tags to the palette?

    Is it possible to add own JSP tags to the palette?
    Currently we are using other JSP tag library like Coldbeans, Display Tag Lib, and JSF tags like ourFaces, etc.
    And we have few own JSF tags and it would be good to keep them in JSC.

    http://www.youtube.com/watch?v=aKxw4_gv2vE
    DISCLAIMER: I haven't tried this myself, but I've seen it posted before.
    Matt

  • Expand the Background Image to Cover the Entire Region Title

    I have a region title that contains an image and it has a height of 2 rows but the background image (blue image) is not expanding in the area (the css contains repeat for the background). The application uses theme 2. Can someone help?
    CSS:
    .rc-title {
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    div.rc-blue-top
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    }I created the application on APEX.ORACLE.COM:
    Workspace: RGWORK
    User: TESTER
    Password: test123
    Application : CSRSR (33558)
    Select Signage from the menu (only choice).
    You will see that one of the tabular forms has Nameplates and an image, another tablular form has an image but no text (Nameplates) even though it is there. I would live the blue to cover both the image and the text.
    Please help
    DB: 10g
    APEX 4.1
    APEX 4.2 (APEX.ORACLE.COM) works the same way.
    Robert
    http://apexjscss.blogspot.com

    sect55 wrote:
    fac586 ,
    I would like to try the second option:
    >
    Another option would be to eliminate the problem by moving the nameplate images out of the region titles. There's horizontal space within the regions that will allow these images to be positioned to the left of the tabular forms, which would look OK.
    But how do I reference the horizontal space within the regions? I looked at the template for the region:
    <div class="rounded-corner-region float-left-100pct" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
    <div class="rc-blue-top"><div class="rc-blue-top-r">
    <div class="rc-title">#TITLE#</div>
    <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
    </div></div>
    <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#<br />
    </div></div></div>
    <div class="rc-bottom"><div class="rc-bottom-r"></div></div>
    </div>and couldn't find out to put the image in the horizontal space.
    Can you please help me by providing the details? There are two options, depending on the role you see the nameplate images playing on the page. I've used the two regions to provide one example of each.
    *1. Nameplate as eye-candy:* If there's sufficient information in the region title, region content and item labels to make the nameplate images superfluous in providing information to the user, and you're just using them to improve the appearance of the page, then they can be applied purely using CSS.
    /* Nameplate image as CSS eye-candy */
    #nameplates-ndc div[id$="catch"] {
      min-height: 36px;
      padding-left: 113px;
      background: transparent url(#WORKSPACE_IMAGES#nameplate_ndc.gif) top left no-repeat;
      background-size: 103px;
    }Note the use of the CSS3 <tt>background-size</tt> property to resize the image. If the app has to run in browsers that don't support this then you'll have to drop it and create an image of the exact size required for use in the <tt>background</tt> rule.
    *2. Nameplate as content:* If the nameplate images are necessary to provide information to the user, then they have to be included in the region (and they must have an <tt>alt</tt> attribute providing an alternative representation of the information contained in the image).
    Put the image in the region Header:
    <img src="#APP_IMAGES#nameplate_n.gif" width="103" alt="Nameplate (name only)" />and float it so it sits alongside the form:
    /* Nameplate image as page content */
    #nameplates-name .rc-content-main img {
      float: left;
      margin-right: 10px;
    }

  • Create one button to change the background image

    Hello,
    can anyone help me create a button for a SPA525g phone which changes the background image of the phone which is now :
    <BMP_Picture_Download_URL group="User/Screen">http://192.168.2.2:5000/provisioning/logo/cisco525g.jpg</BMP_Picture_Download_URL>
    The button should also call to *1232
    So with button IN the image should change to ciscoOUT.jpg and call to *1232
    And button OUT should change the image to ciscoIN.jpg and call to *1231
    I now have already
    <PSK_1 group="Phone/Programmable_Softkeys">fnc=sd;ext=*[email protected];vid=20;nme=IN</PSK_1>
    I also tried to do :
    <PSK_3 group="Phone/Programmable_Softkeys">fnc=xml;url=http://192.168.2.2:5000/provisioning/logo/cisco_logo.xml;nme=scrp1</PSK_3>
    where cisco_logo.xml contains :
    <?xml version="1.0" encoding="utf-8"?>
    <CiscoIPPhoneImageFile>
      <Title>Image1</Title>
      <Prompt>Prompt1</Prompt>
      <LocationX>0</LocationX>
      <LocationY>0</LocationY>
      <URL>http://192.168.2.2:5000/provisioning/logo/cisco50xg.bmp</URL>
    </CiscoIPPhoneImageFile>
    but then nothing happens ? I can see the image and choose update , but that is it.
    Plus I want to combine the two option.

    anyone who can help me out here ??

  • Palete Image trace: How to change the default settings for icon?

    Hi!
    New palette and action Image tracer is a good step forward and work better, thank you.
    This palette has a built-in icons, which significantly accelerate the selection. How do I change the default action?
    I know that you can save presets, but this is different. The icons are even faster and more practical.
    eg I want to icon B & W automatically have enabled the option "Ignore White".
    Best Regards!

    No, there's no way to do that, and that's because Lightroom works best as a single catalogue. You have metadata fields like Job which can track individual assignments.
    What you could do is create an empty catalogue with settings as you want, then copy the file each time you want to set up a new catalogue.

  • Add Command button not in the Database Expert: VS2003

    We are using VS2003 and the bundled version of Crystal Reports.  We have no plans of upgrading right now, unless we have to. What I'm trying to do should be simple...
    We have an existing report that lists incomplete orders, including invoice# and items in the order.  One of the possible order items is "MISC", however, that is not descriptive, so I am trying to add a SQL query that will look up the actual MISC item text based on Invoice # (one of the fields in the report).  I was trying to do this via a subreport.
    The help file and this Youtube video ( [Crystal Reports Tutorial Creating SQL Commands| http://www.youtube.com/watch?v=BHNHsIUbcn8]  ) suggest the way to do this is to click "Add Command to Report" from the Database expert, which will let me add my own SQL command.
    However, "Add Command" is not visible, and I cannot get it to appear.   Under what circumstances would it be hidden or disabled?  How do I get it to appear so I may add a custom SQL item to the existing report?
    Any help is greatly appreciated.   Thank you in advance.

    Not possible with your version of CR. You'd have to upgrade to the current version of Crystal Reports (12.x).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Can I add a button next to the location bar (just like the Home-button) that will open a new tab?

    In Firefox 3 there was a button that would open a new tab. This button was next to my location bar (next to the home, refresh, etc buttons), and also usable when I didn't have any tabs open (unlike the + on the tabbar, which is only there when I turn on my tabbar).
    Although there is a button I can add that will open a new window, I would like to know if it is possible to have similar button that will open a new tab.

    https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar
    There's a New Tab button in the Customize Palette, just move it to where you want it.

  • Add a button to send the model by e-mail, is it possible?

    Hello, I modified an existing template and I would like to insert a button in order to send the form by e-mail, is it possible? thanks

    Hi;
    This depends on whether you would like to have the form filled out online (HTML in a web browser) or as a PDF file, and whether you want the form sent to you, the author, or to the form submitter.
    For both cases there is a "Email Reciepts" feature and a "Email Notification" feature in a paid account that you can use by adding an "Email" field to the form and an email reciept will be sent to the email address entered into the email field, notifications would be sent to you.  The reciept and notification can contain the form data.
    You can also edit the PDF if you wanted to use a PDF and wanted the form model to be emailed to you the author you can edit the PDF after downloading from FormsCentral and before distributing the PDF adding an "Email" button, if you are interested in this route I will point you to an FAQ on how to edit a FormsCentral PDF and then on how to add an email button.
    Thanks,
    Josh

  • Help: how to add a button to print the screen

    Hi,
    I am working on a set of forms. One of the feature user ask is to place a "Print Screen" button on the form so that user will be about to simply print the form screen.
    Any help will be greatly appreciated.
    Thank you in advance.
    Jimmy

    Thanks Rosario. I did that but it seems not working. In fact, I added a form level trigger key-PRINT and put "print;"
    Anyway, what does it really do? I think that it should not be identical to Print-Scrn on the key board.
    Jimmy
    Message was edited by:
    WJH

  • Dynamically add a button field to the menu structure, similar to Yahoo Mail

    Hi there,
    Using Jsp and database is MYSQL.
    I need to create a menu structure dynamically.I have a tab in Category Tags and with drop down and a option Add a NewCategory Similar to YahooMail, Contact Adding page
    when i click on Add a NewCategory,i need a page asks for Category Name,and drop down listing all menu structure asking for which parent Category i want to add this new Category. After submission the menu should be added Similiar as a New Category will be added to Category list of Yahoo Mail Contact list, Same should happen to to sub level Categories also.
    For example
    Category Tags----> this is Vertical menu
    -->Web Related---->Design Web Page ---->This Horizontal menu
    --->Add a New Cagetory
    I should a drop down as Add a New Cagetory . when i click on that a new page should be like
    Type New Category Name text box
    Parent menu listbox ..consists all the menu structure
    when i give a Category Name and select a particular menu from list box that menu should add under that parent menu. Suppose the user clicks on Web Related and gave Category name as "Design Web Page " then the menu structure
    shold b like this..
    Category Tags----> this is Vertical menu
    -->Web Related---->Design Web Page ---->This Horizontal menu
    --->Add a New Cagetory
    Please help to create this dynamic menu sturture in JSP page
    Thanks
    Vishwaradhya

    Hi,
    I do apolozie for my big explanation and you couldn't understand what i want.
    I want to create a Dynamic Menu Structure.
    Structure will be like below
    Category tag --- it will be my main tab
    Web Related---- It is my Category
    ----->Web Calculator--- it will be Sub Item of Category Web Related
    Add a New Category ---> On click of this option, i have to provide user a window to enter a new category.
    And this i have to do using JSP, Could you please guide me through....
    Thanks
    Vishwaradhya

  • Facebook recommend button: way to set the thumbnail image that appears in FB newsfeed?

    I've successfully added a Facebook recommend button to a page on my website. It works, and shows up in my FB newsfeed when I click the button. However, the thumbnail image of the webpage that shows up is a cropped little piece of the webpage- you cant tell what it is and it looks awful.

    We have a pre-built Facebook Previews Widget over at MuseThemes.com that achieves this. Simply drag the widget out onto your page, and enter in your page description, title, category and link up an image. There's a complete training video included so you don't get stuck
    Check out the widget here
    Hope this helps! Cheers.
    Steve Harris
    MuseThemes.com

  • How to Disable the Add & Review Button

    How to Disable the Add & Review Button
     *Updated with the correct ISF  code (the previous code, in case you saved it, was to actually  escape apostrophes.  That will be posted  seperately. 
    Note that this solution might not work in your environment - you might have to modify it based on your installation.
    Enjoy! 
    Common_disableAddAndReviewButton()
       if ( Moment == 'ordering' )
            var theForm = document.forms[0];
            var buttonCt = 0;
            for( i = 0; i &lt; theForm.elements.length; i++ )
                 if( theForm.elements[i].type == &quot;submit&quot; )
                    if ( buttonCt == 0 || buttonCt == 2 )
                        theForm.elements[i].disabled = true;
                         theForm.elements[i].style.visibility=&quot;hidden&quot;;                  
                     buttonCt++;              

    This is GREAT - I added a new Java Script and set it to "when form is loaded" and when I did some test reqs - no Add & Review button !!!!

Maybe you are looking for