Feature Request: more properties with check boxes and option buttons

If you insert a radio button on a Web site, the pallete property inspector (right of expression? in German it is called "Akbulak") should provide checkboxes to 'disable', 'read only' 'access key' and a little more.
This properties can be defined in the code manually, but not in the palette.

WebZopp wrote:
> If you insert a radio button on a Web site, the pallete property inspector
> (right of expression? in German it is called "Akbulak") should offer
> checkboxes for 'disable', 'read only' 'access key' and a little more.
> This properties can be defined in the code manually, but not in the palette.

I agree that it is a very sensible suggestion. (The correct name in)
English, by the way, is the property inspector). Since it is a
User Forum, your feature request is not likely to be seen by the
good people at Adobe. Use the request/Bug report form to do a
official request. Most people who make requests through the agent
form, most likely Adobe is aware.

http://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform

--
Adobe Community Expert David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Tags: Dreamweaver

Similar Questions

  • on linux, the biggest check boxes and option buttons are breaking my layout - how can I replace them?

    I tried css with selector input [type = "checkbox"] but this has no effect.

    You must add -moz-appearance: none! important;

  • Help with check boxes and actions

    Hello

    I just downloaded a trial version of LiveCycle Designer ES2 to see if this program works for the company that I work for. I need to create order forms for our products that our customers can fill out online and then send an e-mail to our sales department.

    I have imported our current order form to LiveCycle as a work of art and have inserted check boxes on the form. I want the form to automatically add the price of the option they checked off the retail price of total at the bottom of the form. Do you have any suggestions for me?

    Thank you!

    Stefan

    Hello Stefan,

    LC Designer is a very powerful application. While you can drag and drop objects on the form, for things really move you need to put a script in objects. This allows to control the way in which the form will be according to the users actions.

    To begin with there is help. If you have a look at the Action Builder in the Tools menu, you can select an object, then use the plain instructions accumulates the desired interaction. When you click OK, LC Designer will insert the necessary script.

    Therefore, there may be a steep learning curve, so it depends on how comfortable you are to roll up your sleeves and do some scripts.

    First, you must configure your workspace. This tends to be a personal preference, but here's a basic layout.

    It is a bit small, because of the scale, but you get the idea. At any time, you should be able to see the page, the hierarchy and the script editor. The object library and the range of the object and other palette must be close to hand as well.

    I am NOT inclined to import the form existing as work. This can limit the built-in options in LC Designer later. You can save your form existing in JPEG format and then in a new form to use the image object (value size full page) to display the image of the existing form.

    [ALTERNATIVE: you can also add fields to a PDF in Acrobat].

    Regarding scripting, the following JavaScript code should work in the click event of the checkbox (on the ground that the other field is named totalPrice).

    If (this.rawValue == 1)

    {

    totalPrice.rawValue = totalPrice.rawValue + 10;

    }

    on the other

    {

    totalPrice.rawValue = totalPrice.rawValue - 10;

    }

    This should take into account if the user changes of opinion and unticks the box.

    One thing to keep in mind about forms developed in the LC Designer, it is only the functions that will be available in the form (such as submit by e-mail in PDF format) will depend on whether the user has Acrobat or Reader, and also on whether the form has been active player (and how it has been activated). There is more information here: http://assure.ly/gYyYc2.

    I highly recommend JP Terry on LC Designer which is excellent - book "create dynamic with Adobe LiveCycle Designer Forms. It starts at the beginning and clearly sets out the key learning points. In the end, there are a few good examples that you can copy anywhere in your forms.

    We have solutions and blog posts on our website http://www.assuredynamics.com.

    There are also a range of online resources. You can find these resources useful:

    http://www.Adobe.com/go/learn_lc_scriptingBasics

    http://www.Adobe.com/go/learn_lc_scriptingReference

    http://www.Adobe.com/go/learn_lc_formCalc

    http://www.Adobe.com/devnet/LiveCycle/articles/Adobe_XML_Form_Object_M odel_Refer ence.pdf

    http://www.Adobe.com/devnet/Acrobat/PDFs/lc_migrating_acrobat_xmlform. PDF

    And a very convenient resource (and even if it's for version 6, it is still very good because of the way it is presented):http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf

    The HelpFile in the LC designer can also help with the syntax and LC designer itself comes with some great models and examples.

    Finally, discover the network of the developer on http://www.adobe.com/devnet/livecycle/

    A book that does not deal with the scripts at all, but is very good on the formatting is also ""does this work " by Caroline Jarrett and Gerry Gaffney."

    The Adobe "PDF forms Bible" is OK, but focuses mainly on AcroForms.

    WindJack Solutions have a service on subscription for the scripts and solutions tohttp://www.pdfscripting.com. There a lot of AcroForm script which can be modified according to LC designer and a growing library of LC Designer solutions.

    I hope this helps,

    Niall

  • Hide a dynamic button with check boxes and actions.

    Good, everyone.
    Now I'm trying to do is create a dynamic action to hide a button
    When a box is selected. It would be simple if the checkbox
    created dynamically.

    I have a report that contains a dynamically created checkbox column hollow
    the apex_item.checkbox command. I want to be able to hide a button if no
    that the boxes have been checked, but I don't know how to make a reference to
    This point when creating a dynamic action.

    You guys could help me once again?
    Thanks for the attention.



    Best regards, Leandro Freitas.

    Try this:
    1 put a class on the checkbox example
    apex_item. CheckBox (p_idx-online 1, p_value => NOM_PAPEL, p_attributes => "class ="mycbclass"onChange = hideRevoke ();', p_checked_values-'UNCHECKED' online")

    2. create a dynamic action:
    Event: change
    Type of selector: jQuery Selector
    JQuery selector: input.mycbclass
    Condition: Expression JavaScript
    Value: $('input.mycbclass:checked').length > 0

    Action: hide
    Create opposite: checked
    Selection type: Elements (s)
    Article (s): click on your button

    Maybe I should point out that if you use a model button then you will need to ensure that the model has a button id so that the dynamic action allows to identify the button.

    Rod West

    Published by: Rod West February 24, 2012 13:52

  • I have a pdf form that has 4 columns, with each column having 28 check boxes and text between. I did so he goes by column, but when I do anything for a checkbox it takes it out of line. How can I keep that from happening?

    I have a pdf form that has 4 columns, with each column having 28 check boxes and text between. I did so he goes by column, but when I do anything for a checkbox it takes it out of line. How can I keep that from happening?

    You talk about the tab order? If Yes, go to Edit - Preferences - forms and make sure the box "Automatically adjust tab order when changing fields" is NOT checked.

  • How to create the report with check box (Update, Delete) operations

    Hi all

    I want to create report with check boxes.

    I created it based on the user's manual. But do not delete records. Please help me

    Apex. Oracle.com

    workspace: APPSGURU

    RAMBEAU. [email protected]

    P.W:rag$ 123

    Application:36232

    Page: 14

    Thank you and best regards,

    Rambeau

    Raghu,

    Request for check line deleted successfully.

    made some changes in the removal process.

    Leave.

  • Report with check boxes

    Hi all

    I have a report with check boxes the empno they receive in return
    I have
    Select apex_item.checkbox (1, empno) cbox, a.empno, a.ename, a.mgr, a.deptno of the emp has
    in the report...
    I have a dummy hidden (P2_EMPNOS) field that stores from the inside with concatenated comma empno (for which I wrote a page process)
    DECLARE
    vRow directory;
    BEGIN
    : P2_EMPNOS: = NULL;
    : P2_EMPNOS: = apex_application.g_f01 (1);
    BECAUSE me in 2... apex_application.g_f01. COUNTY
    LOOP
    : P2_EMPNUMS: =.
    : P2_EMPNOS
    || ','
    || apex_application.g_f01 (i);
    END LOOP;
    END;

    on my next page, I want the records that I have chosen as this

    Select a.empno, a.ename, a.mgr, a.deptno
    EMP a
    where empno in: P2_EMPNOS
    I have tried (: P2_EMPNOS),': ' P2_EMPNOS
    The problem is if I select a check box, and then on the next page, I get this a record...
    But if I select several, then a bad start... it says "no data found"... but still, the values can be displayed on the next page with commas

    A body can help me in this please.

    Thanks in advance.
    Gora

    Write your SQL as

    Select a.empno, a.ename, a.mgr, a.deptno
    EMP a
    where instr (: p2_empnos, ',' | empno |) ', ') > 0

    CITY

  • Feature Request - more than a favorite

    This is a feature request.

    The function "Call Favourite" could not store more than one contact? Favorites of perhaps fifteen?

    You have the Volume Up & Down control NOT control the volume while on this screen and instead scroll through a list of several favorites.

    I also was disappointed initially I could only add a favorite. Then I discovered that you can add an application several times. In this way, you can add several favorites. The only restriction is that maximum of 9 applications (?) that you can use on the watch. actually it gives you like a max of 5 Favorites, on what's good enough for me.

    Hope that helps!

  • How to add a single check box and a label to an image of Muse?

    Hello!

    I need help with adding a checkbox with a label to the right of it. I don't know about the forms and how you can add a checkbox, but I don't need the other options form.

    Hello

    It is not possible to use only the check box of a shape at the moment. Another way could be inserted using html, something like below

    A check of the sample

    I'm not sure what exactly you are trying to reach, but it will work with the Form tag only, as in the example here

    The editor tryit v2.5

    Let me know if you have any question.

  • Report with the box and collection

    Hi all
    I need to manage an interactive filtering report and select rows of boxes and then use a collection to manage the selected records.

    I used a first collection to create the record source by a process of front-Header we charge:

    DECLARE
    v_id NUMBER;
    Varchar2 (8) var1;
    Varchar2 (10) var2;
    var3 VARCHAR2 (50);
    var4 VARCHAR2 (10);
    VAR5 VARCHAR2 (100);
    var6 VARCHAR2 (5);

    cursor c_Populate is
    SELECT
    DEP.chassis_code AS chassis_code,
    DEP.model_code AS model_code,
    m.model_description AS model_description,
    DEP.acc_doc_number AS acc_doc_number,
    dest. Description AS destination_descr,
    (trunc (sysdate) - dep.entry_date) Anzianita
    OF deposit_chassis dep, warehouses w, warehouse_map card, models m, immersion,.
    dest, SDS T_SUB_DESTIN_DEALERS destinations
    WHERE
    DEP. Status = 5 AND
    w.ware_code = map.ware_code AND
    DEP. DEALER_CODE = DDD. DELIVERY_POINT AND
    DEP. DESTINATION_CODE = DDD. DESTINATION_CODE AND
    Map.MAP_CODE = dep.map_code AND
    m.model_code = dep.model_code AND
    DEP. UNLOADING_SITE = S.SITE_CODE AND
    DEP.destination_code = dest.destination_code and
    DEP.unloading_site = 'S0000074' and w.site_code = 'S0000074 ';

    I have SEVERAL;

    BEGIN

    APEX_COLLECTION. CREATE_OR_TRUNCATE_COLLECTION (p_collection_name = > 'MY_COLLECTION');

    OPEN c_Populate.
    LOOP
    EXTRACT c_Populate in var1, var2, var3, var4, var5, var6;
    EXIT WHEN c_Populate % NOTFOUND;
    APEX_COLLECTION. ADD_MEMBER)
    p_collection_name = > 'MY_COLLECTION ',.
    p_c001 = > var1.
    p_c002 = > var2,.
    p_c003 = > var3.
    p_c004 = > var4.
    p_c005 = > var5,.
    p_c006 = > var6);
    END LOOP;
    CLOSE C_Populate;
    END;
    -----

    Then, I created a region for a SQL report:

    SELECT
    APEX_ITEM. Chk CheckBox(1,C001).
    apex_item. Text (2, c001) maniglie,.
    apex_item. Text (3, c002) ModelCode,.
    apex_item. Text (4, c003) model.
    apex_item. Text (5, c004) all Doc_Number,.
    apex_item. Text (6, c005) Destination.
    apex_item. Text (7, c006) age
    OF APEX_COLLECTIONS
    WHERE COLLECTION_NAME = "MY_COLLECTION";
    -----

    Then, with a "submit" button and the process (below), I need to load a new collection for more details.
    How can I get the unique values for each field of my selected rows (see MY_COLLECTION)?

    APEX_COLLECTION. CREATE_OR_TRUNCATE_COLLECTION (p_collection_name = > 'COL_AVAILABLE_CHASSIS');

    BECAUSE me IN 1.APEX_APPLICATION. G_F01. County
    LOOP
    APEX_COLLECTION. ADD_MEMBER)
    p_collection_name = > 'COL_AVAILABLE_CHASSIS ',.
    p_c001 = > I need the maniglie
    p_c002 = > I need to the ModelCode
    p_c003 = > I need to model
    p_c004 = > I need to the Doc_Number
    p_c005 = > I need to the Destination
    p_c006 = > I need to age
    END LOOP;

    Thanks in advance,
    Massimo

    Hello

    This might help
    https://Apex.Oracle.com/pls/OTN/f?p=40323:1

    Kind regards
    Jari

  • Check box and text box

    I would like to know if there is a way to click a checkbox created (says 'X') and have it show the word "FAILURE" in another text box.  I have only about 10-12 boxes that I want to have this done which is indicated by an exclamation point to the right of the check box.  Verification of the other boxes would not fail in the text box.

    Warehouse Inspection pg1only1.jpg

    George, WOW! It's great.  I tried every checkbox and everything works fine.  Thanks for all your help.  I am so grateful that you did.  Thank you once again.

  • How can we have a column with the text and radio button in the same row?

    Hello

    I have a column that need to have data with a radio button. Has been able to achieve this by using < trh:tableLayout >. But when I select the option button it moves to the next line. You want to stop this behavior of option button to move to the next line. This column also includes a hyperlink. If the text and the hyperlink are made invisible visible based on the action of the radio button.
    Adding one more doubt. A horizontalgrid of specific columns can make invisible?
    Any help would be appreciated.

    example code:
    < trh:cellFormat id = "cf8" halign = 'Start' >
    < af:activeOutputText value = "#{rank." Actions}"id ="aot2"/ >
    < af:goLink text = ' #{rank. " Actions}"id ="gl1 ".
    clientComponent = "true" visible = "false".
    targetFrame = "_blank" destination = "http:// + #{rank." BUTTON_URL} ">"
    < / af:goLink >
    < af:selectBooleanRadio text = "" id = "sbr1" > "
    < af:clientListener method = "selectCheckBox" type = "click on" / >
    < / af:selectBooleanRadio >
    < / trh:cellFormat >

    Thank you
    Nita

    Remove the components from . Put the other components like the direct children of the PanelGroupLayout:

    
      
        
        
        
        
          
        
      
    
    

    If you need to add some space between the components horizontan, you can put (s) between components.

    Dimitar

  • Rotate a 360º mc step-by-step 'smooth' 45 degrees with the left and right buttons

    Hello world

    I thought it should be easy.

    I have a circular mc (wheel2) and this must turn "smooth" in increments of 45 °, left and right (buttons).

    The script I use on the button (to the right);

    {We (Release)}
    var turn: function = function (obj:MovieClip) {}
    obj._rotation += 3;
    If (obj._rotation == 45) {}
    clearInterval (interval);
    }
    };
    var interval: Number = setInterval (rotation, 10, wheel2);
    Stop();
    }

    He moves ok "once" and then turns 360 °. Should I set a new value for my mc?

    Thank you

    Pascal

    To disable the buttons you will need to assign instance names in the properties panel, let's say that you name them leftBtn and rightBtn...

    {We (Release)}

    leftBtn.enabled = rightBtn.enabled = false;

    var turn: function = function (obj:MovieClip) {}
    obj._rotation += 3;

    stepCount += 1;
    If (stepCount == 15) {}
    clearInterval (interval);

    stepCount = 0;

    leftBtn.enabled = rightBtn.enabled = true;
    }
    };
    var interval: Number = setInterval (rotation, 10, wheel2);
    }

  • Dynamic stamp with several entries of option buttons to fill in the box!

    I try the code to get a stamp with the multiple entry below. Based on the selection of option buttons, I need the patch update. I can't find the error. Can anyone help pl.

    OK, that's fine.

    I think the problem is that you have set the dialog object after the code where you are calling it. You must move the definition of DiaBox to the top of the code.

  • Check if the option button is selected

    I am trying to create a quiz in an e-learning module. There are some multiple choice questions with answers displayed next to the radio button. When the appropriate radio button is selected, I want an item to appear on the screen. I tried different codes to check whether a radio button is selected but no luck so far. This is my latest code:

    SYM. $('Texte1') .html (' < form >, < input type = "radio" name = 'sex' id = 'man' value "male" = > male < br > < br > < input type = "radio" name = id "sex" = value "woman" "female" = > female < /form > ');

    If ($(' #man:checked').val() == 'true') {}

    SYM.$('Ellipse'). Show();

    }

    Demo file: https://www.box.com/s/dyu8emyh385taydkdaos

    I used the includeMergeSourceInfo function.

    var genderForm = '

    Male

    ';

    genderForm += 'Female

    ';

    SYM.$("input").html (genderForm);

    $(' input [nom = «sexe»]') .change (function() {}

    var genderChoice = this.value;

    SYM. $("output") .html ("you selected:" + genderChoice + ".");

    });

Maybe you are looking for

  • time of transition iMovie does not change

    I read the questions posted on iMovie and the change of the time of transition.   I google the topic and read the messages and watched youtube videos.    BUT - I STILL CAN'T iMovie to edit the duration of transitions.   My clips definitely have more

  • NOn HP ink for HP Envy 4500

    I bought ink cartridges for the HP printer HP HP sent me to sell me a lemon of a computer. The printer will print with ink HP no. It is legal and what I can do to make an impression with these cartridges from the printer?

  • PMPI 1 - SV: I need an image with the description of a motherboard

    Hi I recently added a graphics card for my pc and power supply, the two do not correspond to the original case. I bought a new case of spacious and transferred all the components. But I had trouble knowing where to connect the cables to the front on

  • Windows live mail is going to Junk

    I'm running Vista on my HP desktop computer, with windows live mail, I get an email (from 2 different people now) that is not junk, but it's where to find the email in the junk e-mail folder. I click on the email and click then on, not junk, then rea

  • Images of the camera blackBerry Smartphones

    Where on my desk I can find images that I took without emailing them to myself?