What is optional region conditions

hi
just ask what is the optional region conditions that i can
write?
thanks in advance,

The conditions are boolean, or text/numeric equalities.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"(_seb_)" <[email protected]> wrote in message
news:eo09us$fg1$[email protected]..
> macnux wrote:
>>
hi
>>
>> just ask what is the optional region conditions that
i can write?
>>
>> thanks in advance,
>
> huh? what are "optimal region conditions"?...
>
> --
> seb ( [email protected])
>
http://webtrans1.com | high-end web
design
> Downloads: Slide Show, Directory Browser, Mailing List

Similar Messages

  • Change tr bgcolor based on optional region

    Hello, dear DW wizards,
    I would like to automatically change the background color of a table row based upon wether an optional region is visible in a document or not.
    I created an optional region in a template and set its default state to show. In another region I made the tr tag of a table row editable. The default bgcolor for that row is red.
    If the optional region in an html file based on this template is hidden, the bgcolor of the table row should automatically change to blue.
    Is this possible with conditional expressions? I find no detailed info on the programming and don't know Javascript (which DW expression language is similar to).
    Thanks for you help
    Bernhard

    Your best bet with questions like this is to post your code so we can see exactly what is happening.  Nevertheless, the 'guess' answer to your question is "yes" you can do such things with conditional expressions.  You would make the color for the <tr> test the template parameter that controls the visibility of the optional region:
    <tr style="background-color:@@(param==true ? #AAAAAA : #BBBBBB)@@"

  • SQL Query (updateable report) Region - Conditionally Hide and Set Values

    SQL Query (updateable report) Region - Conditionally Hide and Set Values
    Outline of requirement :-
    Master / Detail page with Detail updated on same page using SQL Query (updateable report).
    The detail region has the following source
    SELECT item_id,
           contract_id,
           CASE WHEN hardware_id IS NOT NULL THEN
                   'HA'
                WHEN backup_dev_id IS NOT NULL THEN
                   'BD'
                WHEN hardware_os_id IS NOT NULL THEN
                   'HS'
           END item_type,
           hardware_id,
           backup_dev_id,
           hardware_os_id
    FROM   "#OWNER#".support_items
    WHERE  contract_id = :P26_CONTRACT_IDThe table support_items implements arced relationships and has the following columns
    CREATE TABLE SUPPORT_ITEMS
      ITEM_ID         NUMBER                        NOT NULL,
      CONTRACT_ID     NUMBER                        NOT NULL,
      HARDWARE_ID     NUMBER,
      BACKUP_DEV_ID   NUMBER,
      HARDWARE_OS_ID  NUMBER
    )A check type constaint on support_items ensures that only one of the fk's is present.
          (    hardware_id    IS NOT NULL
           AND backup_dev_id  IS NULL
           AND hardware_os_id IS NULL
    OR    (    hardware_id    IS NULL
           AND backup_dev_id  IS NOT NULL
           AND hardware_os_id IS NULL
    OR    (    hardware_id    IS NULL
           AND backup_dev_id  IS NULL
           AND hardware_os_id IS NOT NULL
          )    Hardware_Id is a FK to Hardware_Assets
    Backup_dev_id is a FK to Backup_Devices
    Hardware_os_id is a FK to Hardware_op_systems
    The Tabular Form Element based on item_type column of SQL query is Displayed As Select List (based on LOV) referencing a named list of values which have the following properties
    Display Value     Return Value
    Hardware Asset    HA
    Backup Device     BD
    Computer System   HSThe Tabular Form Elements for the report attributes for hardware_id, backup_dev_id and hardware_os_id are all Displayed As Select List (Based on LOV).
    What I want to do is only display the Select List for the FK depending on the value of the Select List on Item Type, e.g.
    Item_Type is 'HA' then display Select List for hardware_id, do not display and set to NULL the Select Lists for backup_dev_id and hardware_os_id.
    Item_Type is 'BB' then display Select List for backup_dev_id, do not display and set to NULL the Select Lists for hardware_id and hardware_os_id.
    Item_Type is 'HS' then display Select List for hardware_os_id, do not display and set to NULL the Select Lists backup_dev_id and hardware_id.
    There are properties on elements to conditionally display it but how do we reference the values of the SQL query Updateable region? they are not given a page item name?
    Also on the Tabular For Elements there is an Edit tick against a report item - however when you go to the Column Attributes there is not a property with which you can control the Edit setting.
    What's the best way of implementing this requirement in APEX 3.1?
    Thanks.

    >
    Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "user13515136".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I have a multi-row region that displays values and allows entries in a number of fields.Provide exact details of how this has been implemented. (An example on apex.oracle.com is always a good way to do this.)
    I should like the fields to be conditional in that they do not permit entry, but still display, if certain conditions apply (e.g. older rows greyed out). Can this be done? Almost anything can be done, often in multiple ways. Which are appropriate may be dependent on a particular implementation, the skills available to implement it, and the effort you're willing to expend on it. Hence it's necessary to provide full details of what you've done so far...

  • POSITION OF IMAGE IN TEMPLATE OPTIONAL REGION

    Hi,
    I am new to Dreamweaver and have designed a template with a
    table on my page. Each of 4 template areas are either editable or
    optional regions. In one optional region I have an image. I have
    defined the table to be aligned to the top of the table cell, but
    when the template is applied to the other pages, the image is in
    the middle vertically. I also have it set to be centered
    horizintally, but it stays to the left.
    What am I doing wrong?
    Any help would be appreciated.

    Post a link to the page, 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
    ==================
    "tlctara" <[email protected]> wrote in
    message
    news:fvsme0$l0d$[email protected]..
    >
    > Hi,
    > I am new to Dreamweaver and have designed a template
    with a table on my
    > page.
    > Each of 4 template areas are either editable or optional
    regions. In one
    > optional region I have an image. I have defined the
    table to be aligned
    > to the
    > top of the table cell, but when the template is applied
    to the other
    > pages, the
    > image is in the middle vertically. I also have it set to
    be centered
    > horizintally, but it stays to the left.
    > What am I doing wrong?
    > Any help would be appreciated.
    >
    >

  • Are Multiple-If Optional Regions Can Be Implemented with DW 8???

    Hi,
    I read about them in DW MX Templates by Brad Halstead and Murrray Summers?

    I am not 100% sure what you're asking, but yes:
    - you can use multiple optional regions in a template.
    - you can use multiple if sections responding to the same template property variable
    (You might even be able to nest an optional region within another optional when using sub-templates, but I dont think I ever tried that..)
    Hope that helps..

  • HELP! What Are Options?

    I'm behind on my payments due to being laid off, and would love to know what my options are. I've heard financial services can help, but what exactly can they do? Will they help me get my phone back on asap? I love Verizon and would appreciate any advice or help. I called the Customer Services twice, and was disconnected both times while being transferred. The rep was rude and grumpy and insisted on having me make mu past due amount, which I am unable to do. I can make partial payments but I don't think it'll reactivate my phone. Anyone know my options? I feel defeated after talking with rude CSRs.

    Sorry you are late on your payments. I hope you get a job in you future soon.
    If your account has not been suspended for non-pmt:
    You can call customer care at 1-800-922-0204 to schedule a "promise to pay" option with financial services.  they will schedule payment options with you.  You will need to be 12 days past due on your past due balance or have a "Y"  indicator on your balance account information for them to set up payment plans for you. 
    If you are past due and services are disconnected:
    You will have to pay the past due balance before the will establist a reconnect for you.  You will have to pay a $15.00 reconnect fee per line, and proration charges for your services reconnected if it is within you 30 day billing cycle, plus a one month in advance charge on your month price plan and any features you have on the line(s).
    then, you will be able to schedule a promise to pay arrangment on your current charges with online services in your view bill link or the *611 automated system to schedule a electronic withdrawn payment 7 days in advance with a checking acount or credit/debit card.  make sure to have an account credit card or checking account saved on file in your account so you will not have to input all the numbers on the account information.  it will make it easier for the system and faster to process the scheduled payment.

  • What connection options do I have in transfer of data from my macbook pro 13" to my iMac

    What connection options do I have in transfer of data from my MacBook Pro 13" to my iMac?

    If available, use a Firewire cable and put the origin in Target Disk Mode.  That's how I rescued all my stuff, all 150GB of it, from my now dead Early '08 MBP to my current one.
    With the new crop, I believe you can use the Thunderbolt ports as well.

  • I'm using the latest photoshop cc 2014 with most updated camera raw... i am having A LOT/REPEATED trouble getting files to "synch" with corrections, no matter what i options i select (i.e. "everything")... WTH is wrong with me/my computer/adobe?! help. fa

    I'm using the latest photoshop cc 2014 with most updated camera raw... i am having A LOT/REPEATED trouble getting files to "synch" with corrections, no matter what i options i select (i.e. "everything")... WTH is wrong with me/my computer/adobe?! help. fast. please

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occurred".  What other options do I have?

    Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occured".  What other options do I have to backup my iPhone data properly?

    Hi there kchagape,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    -Griff W. 

  • Hi, I am unable to install new itunes version to windows 7 PC.  It requires application support and gives windows error 2.  I have tried to save on desktop and run as administrator but errors remains, what other options do I have

    Hi, I am unable to install new itunes version to windows 7 PC.  It requires application support and gives windows error 2.  I have tried to save on desktop and run as administrator but errors remains, what other options do I have?

    Hello, hanliefromzaf. 
    Thank you for visiting Apple Support Communities. 
    Here is an article that I would recommend going through when experiencing this issue. 
    iTunes for Windows: Unable to install or open
    http://support.apple.com/kb/ts5376
    Cheers,
    Jason H. 

  • Duh.. cannot open calendar page to edit it.  What key option works??? Thanks

    Duh.. cannot open calendar page to edit it.  What key option works?? 
    First time in 20 years with Mac I am asking this kind of question.
    Thanks

    Found it>>> return and both mouse keys !!!!????????

  • What is a 'region tag'?

    We just upgraded to the first service pack for MDM 5.5, and I'm starting to write some Java to play with the repository.  There appears to be a CatalogData.Login method that let's you specify a min/max number of pooled connections - very handy!  However, there's an additional parameter called a 'region tag'.  Does anyone know what this is?
    The API documentation is woefully inadequate in this respect.  Calling a parameter a 'region tag', and then indicating in the documention that a region tag is the region tag to use for the repository isn't that useful.
    Specifying a blank region tag generates this exception:
    a2i.core.StringException: No matching region tag
         at a2i.common.CatalogData.LoadCatalogData(Unknown Source)
         at a2i.common.CatalogData.Login(Unknown Source)
         at com.xxx.dw.mdm.utils.ConnectionPool.getConnection(ConnectionPool.java:59)
    Error code: 0x80000001     at com.xxx.dw.mdm.utils.Test.run(Test.java:26)
         at com.xxx.dw.mdm.utils.Test.main(Test.java:21)
    Error message : No message for RC (0x80000001)
    So: what's a region tag?

    Hi Ken
    There are two language parameters which you can specify when working with the API:
    1)       The data language – this is defined in the CatalogData.Login() function via the LanguageString/RegionTag parameter.
    2)       The schema language – this is defined with the function CatalogData.SetCodeRegion(), and must  be called before CatalogData.Login(). If no schema language is defined, the schema language defaults to the data language.
    e.g. CatalogData.SetCodeRegion(“English [US]”)
    The implications of this are as follows:
    1)       The function GetName() of CMFieldInfo and CMTable info returns the data language name.
    2)       The new function GetCode() of CMFieldInfo and CMTableInfo returns the schema language name.
    3)       When referring to fields or tables by name, you MUST use the schema language name. For example, when adding field names to a ResultSetDefintion.
    ·         NB.  1)  The function CatalogData.Login() will fail with ReturnCode = 6 (BAD_DATA) if you set a schema language for which not all table and field names exist.
    ·         NB   2) You cannot call CatalogData.SetCodeRegion() after logging into the catalog.

  • What is the Join condition between mtl_system_items_b and mtl_onhand_quantities_detail

    Hi,
    What is the Join condition between mtl_system_items_b and mtl_onhand_quantities_detail?
    Thanks & Regards,
    Hari Babu

    Please see the query in (Consolidate Onhand Quantity /Sum Quantity Zero in MTL_ONHAND_QUANTITIES_DETAIL (MOQD) / Concurrent Program Consolidate Inventory Onhand Quantities / Datafix for 0 Quantity Displayed For Finished Goods (Doc ID 353345.1)), is shows how to join those 2 tables.
    http://etrm.oracle.com
    Thanks,
    Hussein

  • What profile option need to be set to deny user from login to diff Machine

    Hello all,
    What profile option do i need to be set to deny user access from login on to different machine. I mean a user that logon to Machine A if he/she tries to logon to machine B. Machine A must be disconnected telling him/her that he/she had already logon to a machine before.

    Please see these threads.
    Is It Possible To Block Multiple oracle application logging??? (11.5.10.2)
    Is It Possible To Block Multiple oracle application logging??? (11.5.10.2)
    restricting session in Oracle application
    restricting session in Oracle application
    Is it possible to limit the user to one session?
    Is it possible to limit the user to one session?
    Thanks,
    Hussein

  • Hinding code with Optional Regions

    I am getting an error:
    HERE
    I know why, it is because I have to use: <body
    onload="load()" onunload="GUnload()"> in the line:
    <body class="thrColFixHdr"
    onload="P7_TMclass();P7_TMopen();load()"
    onunload="GUnload()","P7_TMclass();P7_TMopen();MM_preloadImages('images/layout-images/clo se-tabs-over.gif')">
    This is used to display a google map in my 'Location' page
    but this is the only place I need that code and where the map does
    not exist (all other pages) I get the error.
    Is there any way of hiding part of that code in my template?
    I have tried to have two versions of the line with and
    without the map code in 'Optional Regions' but no luck.
    Some expert advice greatly appreciated.
    Cheers,
    Richard

    > 1. If I add: <!-- TemplateParam name="MapScript"
    type="boolean"
    > value="false"
    > --> to my template and make it true on the page with
    the google map I get
    > the
    > Load() error on all other pages.
    Yes - well, this is a problem with a template controlled
    page. The body tag
    is NOT editable. You *can* use an editable attribute on the
    body tag for
    the onload attribute, which would allow you to access the
    values associated
    with that attribute on each child page, but it's all-or-none
    in the sense
    that you would have to add the full text of that attribute on
    each child
    page (adding or subtracting the 'load()' call).
    Are you using server scripting on these pages?
    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
    ==================
    "RICH POW" <[email protected]> wrote in
    message
    news:ful2gl$lqf$[email protected]..
    > Thanks for the reply...
    >
    > I'm in a bit of a vicious circle here.
    >
    > 1. If I add: <!-- TemplateParam name="MapScript"
    type="boolean"
    > value="false"
    > --> to my template and make it true on the page with
    the google map I get
    > the
    > Load() error on all other pages.
    >
    > 2. If I leave the script in I get a Null Value error on
    all pages except
    > the
    > google map page.
    >
    > Do you know a way I can include that map just on that
    page?
    > Do you know how I can add the whole page with SSI or add
    the <body
    > onload="load()" onunload="GUnload()"> to the body tag
    with an option
    > region?
    >
    > Here is the map in it's simplest form:
    >
    http://adelantedesign.co.uk/websites/adelante/googlemap.html
    >
    > Thanks again for your time.
    >
    > Richard
    >

Maybe you are looking for

  • RTF templates- Issue with inconsistent outputs

    Hi All, I have an issue with rtf templates.We are on XML Publisher 5.6.3 with EBS with Bursting.Bursting is set at G_HEADERS in the contorl file. I am using the <?start@last-page-first:body?><?end body?> function.It displays amount total for single p

  • Can you get a AEGP_WorldH from a PF_EffectWorld*?

    Hey guys.  In my import plugin's DrawSparseFrame, I'm trying to figure out the PixelFormat of the PF_EffectWorld* passed in.  My prototype looks like this: static A_Err My_DrawSparseFrame(     AEIO_BasicData *basic_dataP,     AEIO_InSpecH specH,    

  • DVD recording problem...

    Just bought a new DVD recorder for my G4/466: Pioneer DVD-111D. I try to make DVD copies and at the end of the copy it says: The drive reported an error: Sense Key= Illegal Request Sense Code= 0x24 INVALID FIELD IN CDB And when I press enter it says

  • Is it possible to manually add podcasts to the podcast section of an iphone

    Hello everyone. I've been trying to figure out a way to manually add podcasts to my iphone and have them show up in the podcast section. I can add podcasts fine to the music section, that works and they play fine but they can be hard to find amid the

  • Is the capture of a terminal session supported?

    Hello, I'm going to evaluate this product. My major doubt is: where is the best place to install Captivate? It is possible to capture an RDP session (Microsoft Remote Desktop)? and if yes what happens to the sound? The question arise because I use Vi