Can score us some mandatory page setting when the user creates a page

Hi all

We have a requirement where we want to store some information in the field of page_desc available in the page.

But we noticed that this field is added to the page def only when the user provides some information in the Description field when the Page itself was created.

So my question is, can get us somehow the description during the creation of the page itself.

OR, we can use service page to add the parameter pag_desc to def page somehow, if it is not present?

Pointers?

Kind regards

Siddharth

Found.

Us can seed customize D:\Oracle\Middleware\Oracle_WC1\webcenter\modules\oracle.webcenter.framework_11.1.1\creat-page-view.jar! createpagewizard - of the profile. XML or related to achieve this files.

-Siddharth

Tags: Fusion Middleware

Similar Questions

  • How can I set up a structure of the event that sends text when the user presses the button "Return"?

    I'm new to programming of the Structure of the event.  I am trying a program which causes the content of a control to the string to be processed when the user presses the button back in after typing in the control of the chain.  I think (I hope!) that it is simple, I just can't understand how do.

    Basically, I would take the attached VI and change so that the user can send the value of control 'String In' to the indicator "String Out" either by pressing the 'Return' key or press the button 'send string. '

    Any help would be greatly appreciated.

    This example has nothing to do with the RETURN key specifically.  It fires all simply whenever the value of the control is changed.  If you click outside the text box or on another still controls the value changes and still the event is raised.  This is often the desired so if it works in your application, you good to go.

    You CAN ONLY answer a particular key if you wish.  Set your event to meet 'This VI' > key down.  Then, read the proposal Vcle on the left side of the structure of the event and compare it to the RETURN (for example).  The Boolean result of the comparison gets connected to a structure to deal with your code to run inside.  You can also wire Vcle directly to a case structure and execute different code based on which key was pressed last.

  • CP can send a pass mark for the LMS when the user reaches a specific slide?

    I use CP 6.1 and I was wondering if there is a way I can set my parameters of reports to send a pass mark for the LMS when the user reaches a specific slide?

    Screen Shot 2014-01-13 at 3.04.07 PM.png

    I don't want to 'pass' to be determined by a Quiz. I want to be determined by slide views or the number of slides. I want a "pass mark" to pass to the LMS only when the user reaches a SPECIFIC slide. Is this possible?

    Not with the views of the slide. It would not be acceptable to have an object on this slide, the user should click on? And then require a score equal to one set to this object (button, button shape, click box or even a text entry box)?

  • How to limit navigation directly via the URL when the user tries to type the page number and access this page in ORACLE APEX 4.2

    Hi all

    I developed an application where I have 6 pages and 5 tabs and based on the user role I posted the tabs for the user to access these pages.

    But when the user, who doesn't have access to the particular page (say, page 2), but still the user can navigate to it directly by typing the page number in the URL.

    I want to avoid such scenarios.

    eg: http://Apex.Oracle.com/f?p=110:2 , when the user type this in the address bar, it navigates the user to this page even if this particular user does not have access to this page.

    How to prevent the user to navigate through the URL, if the user tries to navigate directly through URLS rather than tabs, I have to give the error message.

    Version: ORACLE APEX 4.2

    Thank you

    Good reading this recent post

    Re: Authentication at the Page level

    All links to a page and the page itself must be secure.

    You can also consider the protection of session state to prevent tampering of the URL.

  • Is there a way to get the Audio to load and play automatically when the user turns the page?

    I am creating a musical application and I would like a sample of the audio play when the user opens a page. I use Indesign CC and building an app for iOS. I didn't know the function that allows me to do this? If anyone knows the answer, I would be very grateful.

    Thank you

    If you use DPS you can add the audio file in the Panel inlays Folio select Audio/video and enable automatic playback.

    See our help section at http://helpx.adobe.com/digital-publishing-suite/help/audio-video-overlays.html for more information.

    Neil

  • How to create a new page when the user activates a box?

    I guess this would be a checkbox.  I am looking for a way to create a user, select Create a new page when the user runs out of space in the text box that is given.  So if possible is a way to create a new page with a text box continuous when the user selects create it a new page check box.  Thank you.

    Yes, if you create a new page in the designer of the LC (page 2) and deselect the number of minutes, so that when the form is displayed at the start, it is not an instance of the page. While the click event of the button would be:

    _page2.addInstance(true);
    

    You can design page 2 with which opposes always desired.

    Hope that helps,

    Niall

  • Truncate a collection when the user leaves the page

    Hello


    I need to truncate a collection when the user leaves the current page and navigates to any other page in the application.

    The only way I can think is the execution of the APEX_COLLECTION. TRUNCATE_COLLECTION (collection_name) in the onLoad of each page section. I have about 100 pages. I would add this process on each page?
    Is there a way I can truncate the collection when the user leaves the page?

    Thanks in advance,
    Dippy

    Fisher,

    You can create an application process in shared components, type your pl/sql code within the process and give the appropriate condition so that code is applied to all pages in the application.

    Check out this link.
    http://download.Oracle.com/docs/CD/B31036_01/doc/AppDev.22/b28550/BLDR.htm#BABJDICG

    In case you, I think you need an application process with
    On Submit: After presentation, Page - after calculations and Validations.
    Make sure you that you specify a larger sequence number so that this process be completed after all of them are made.

    Or if you want that the process of running before the loading of each page, you can use
    On load: before the header (page header Template). develop process for the application process.

    Since it is a part of the shared components, this code is executed for every page, and therefore the collection would be deforested as where you want to.

  • stay on the current page. When the user presses ESCAP.

    int

    if (type1 is Dialog.OK)

    {

    intask (Dialog.D_YES_NO, "Please confirm");

        if (type is Dialog.YES)

    {

    perform your task if yes

    ClearAll();

    Login_Screen.disconnect ();

    UiApplication.getUiApplication () .pushScreen (new L_Screen());

    }

    }

    if (type1 is Dialog.CANCEL)

    {

    What should the code because I want to stay on the page current user //press whe cancel but

    }

    Type1 = Dialog.ask (Dialog.D_OK_CANCEL, "Do you want to disconnect now?");

    Hello friends,

    I do the page to disconnect. I want to give confurmation beform logout. Everthing is working. but

    Aler dialogue ask first you want to disconnect or not?

    If he says cancle I want to stay on the current page. but still he go on the back. When your press esce I check everything.

    Please tell me what is the code to stay on the current page when the user press cancle alser dialogue?

    That's what I understood.

    I don't think you understood what I was saying. so here's an example of code:

        protected boolean keyChar(char character, int status, int time) {
            switch (character) {
                case Characters.ESCAPE:
                    confirmClose();
                    return true;
                default:
                    return super.keyChar(character, status, time);
            }
    
        }
    
        private void confirmClose() {
            int resp = Dialog.ask(Dialog.D_YES_NO,"Do you really want to Quit",Dialog.NO);
            if ( resp == Dialog.YES ) {
                resp = Dialog.ask(Dialog.D_YES_NO,"Do you really, really want to Quit",Dialog.YES);
                if ( resp == Dialog.YES ) {
                    // Close the screen as you currently do it
                }
            }
        }
    

    If you don't mind asking me, please use English. for example, the letter "y" is, is not the question why.  I recommend this spell check you your messages also, don't forget that a lot of people who use these forums are not native English speakers, so we use English must be as clear as possible.

  • How to make the background sound auto replay when the user back to the page?

    Hello. I do a flash project using Adobe Flash CS6 and AS3. Add background sound in every scene. However, I had put a single command to the sound of bg to stop in every scene. But the problem is when the user back to the previous page, the sound does not play. Anyone knows how to wow the background when the user returns without any power button etc.? Thanks in advance!

    var mySound:Sound = new Sound();
    mySound.load (new URLRequest ("sound.mp3"));
    mySound.play ();

  • Can I interrupt my project when the user clicks?

    Hi all

    I'm working on a project using Cp4.

    My project plays automatically without user intervention.

    I need project to be suspended when the user clicks a clickbox running and needs to play when the user clicks on the same clickbox again.

    I can break the project by adding a clickbox and applying the property ' to pause project until user clicks on

    But it must be a user interaction whether to pause or play.

    Is this possible? How could I do my work?

    Kind regards

    Kartik.P

    Hello

    Maybe I missed the original request, but if you just want to users the ability to stop/start your project at a time that suits them... have you considered reading control options? It is a simple option that allows the user to pause/run the slide as they wish...

  • How can I get audio to not start when the button is clicked?

    I am new to adding audio to slides, buttons, click boxes.  Import the recorded voice on the overall slide of files sounds easy enough.  However, there are several buttons that display a legend I want audio to not start when the button is clicked.  I added audio just for this button, but it starts when the slide begins.

    How can I get audio to not start when the button is clicked?

    Hello

    Audio playback when the assigned object with the audio appears. That's why hear you when the button appears.

    Try to assign audio instead to the object that is displayed when you click the button. Perhaps the legend.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • How can I interrupt audio on the slide when the user selects the wrong answer

    Hello world

    I tried to find a way to pause audio into a slide when the user does NOT click on the click box.

    I put a text caption, an audio file (1) and click box that has an audio (2). The user must choose a suitable location on the slide, if they err, a legend, failure, which includes an audio object (2) is displayed. The problem occurs when the user wants to answer the question before the end of the audio (1). If they get the right answer that's fine, but if the answer is incorrect, the two audio files overlap. I have a recon, I'm looking for a solution where audio (1) is paused or stopped if the user gets the wrong answer. Could someone me referring to the best way to overcome the problem?

    Why not replace the slide with an Audio statement audio play on enter for the slide?  And then you will need a box of extra click that covers the entire slide, under the present click box and attaches an action standard success him "Stop audio triggers. No legend of failure, nor the fact that for this second click box.

  • How to trigger DA when the user clicks a button close the standard window

    Hello!

    Apex 5.0 & universal theme.

    I want to trigger some DA when the user clicks on the button indicated to my image (button close the standard window). In fact, I would like to pass a value of my hidden form IR back and refresh IR if value = 1 or don't refresh with another value.

    Is this possible?

    Thank you.

    close_form.png

    Hi Yava,

    Seems that you have chosen to add the event handler to the page parent (the one with the IR). I think it's best. This means that the code above does not apply.

    The dialogclose event and all other dialogue jQuery UI events are triggered in the dialog box to create a DA pull on the IR will not work (because the dialog box is outside the IRR while she bubbles it won't go through the SORTING). You must handle the event on the body. This works because the event propagates to the body. Set the Type to choose to be "jQuery Selector". JQuery Selector enter 'body' (without the quotes). The event you want to handle is a custom, event which means that this isn't one of those in the select list. For event, choose "Custom". Then enter Custom Event "dialogclose" (without the quotes). Now you have a DA who fires when * all * dialog closes. You may or may not need to get more selective than that. For action, you can use refresh as you do already.

    Kind regards

    -John

  • change the setting of the user's choice to a query

    I have a CFSELECT on form and the link to a query.

    I want to show the details information when the user select thew.

    The option is on the client side, since the user select the option I need to pass my request for information to fill in on the form details on the same form.

    I tried to use the suite JavaScripts which indicate information about the details, but the browser navigates to the page I want to fill in the details of informaiton on the same form.

    function FillInfo()
    {
    / * Fill details information * /.

    var url = ' ccdDetailsInfo.cfm? MyAccount = "+ document.getElementById('frmEntry').lstNumber.value;
    }

    I tried to use the iFrame, it works and filling in the same form, but all under iFrame disappear as a footer, and all other controls in the table.

    < iframe id = "DetailsFrame" src = "ccdDetailsInfo.cfm" < / iframe >

    I tried to use CFINCLUDE the file, but do not have the setting on the client side.

    The problem is that the query parameter is query server-side.

    I'm looking for a way can pass the data client the server setting to run the query and to fill the MSDS.

    I did some searching for this on Google, but not luck.

    If you can give me a link about passing parameters between customer and CF server would be appreciated.

    Kind regards

    Iccsi,

    jQuery ("#product_id"). val() -is the value of the selected option.

    The value is concatenated to the ' get_detail.cfm? product_id = '.

    When get_detail.cfm is called, it returns a string as a 'result' in jQuery. Then, the result is inserted into the div that is 'product_detail '.

    Go to the jQuery documentation to learn more about ajax(), val() and html(). The doc says very clearly, and there a few examples of how to use them.

  • Database locked row when the user closes the browser after a change without saving changes

    Hello

    I have a page in which the user can enter some data and save it.
    When the user asks a row and update it.
    Without saving changes, if the browser is closed, next time when the page is loaded for the update, he said that the line of database is locked with the following error.

    Error: Cannot lock the file, another user owns the lock.
    Unable to lock the file, another user owns the lock.

    How we handle this?
    We can unlock the line when the browser is closed?

    Thanks for any help.
    Sameer

    Assuming you are using ADF BC to access your database, change the optimistic locking setting:
    http://download.Oracle.com/docs/CD/E14571_01/Web.1111/b31974/bcstatemgmt.htm#BABGCDDD

Maybe you are looking for