Close() page

Close() can only be used on a worksheet? If so their equivalent for pages?

I expect it works but back

Can't find variable: nearby

Glance feature is difficult to reproduce, but if you simply close the page on the button click, this thread has an example (a spreadsheet):

http://supportforums.BlackBerry.com/T5/native-development/NavigationPane-in-sheet-back-button/m-p/21...

NavigationPane pop() can be used instead of close().

It is also possible to assign actions personally default back button.

Tags: BlackBerry Developers

Similar Questions

  • How can I CLOSE page local folders?

    J can't go back to my emails!

    Ensure that view | Page layout | Folders pane is checked. Then you can simply click on any account you want.

    No menu? Hold the alt key and then press V.

  • The title bar has stopped working and now I can't close the page with the cross or minimize or maximize, cannot close the pages

    Toolbar is not functional cannot use the cross at the top to close and cannot minimize or maximize the pages.

    What program is this (name and version)?

    Are you sure that the title bar is not hidden because the screen is in full screen mode?  Make sure it is in normal mode (usually hit the ESC key will do that).  When you say that you "cannot minimize or maximize or close pages" is because you don't see these icons or press them, and they do not work?  You see the title bar?  Is it the same with EACH program or all instances of this particular program, or only with this page?

    If it's an open program, you can still use the toolbar at the bottom of the screen and do a right click on the prgram open and then click Close.  If it isn't there, it can also be hidden. Move your mouse to the bottom of the screen and see if the toolbar appears.  If so right click on it and select properties and uncheck Hide able toolbar and click OK to close - that way it will always show (except when it is in full screen mode).

    You can also press CTRL-ALT = DEL to bring up the Manager tasks, go to Applications and select the program that you want to close, and then click end task.

    If you have access to the Menu bar, you can usually go into file, and then click close tab or simply close.

    If you can help me with answers to my questions (assuming that what I said has not solved the problem), then I will answer you with some suggestions to solve the problem (whatever it is)-, but there are too many possibilities without knowing more about the problem.

    Thanks and good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Close PopUp Page on click of a button

    Hello
    I'm pretty new to APEX but have read the OBEs and Forum posts. I did find what I have to do for now. I have a form Page with a list of target type / URL
    javascript:popupURL('f?p=&APP_ID.:18:&SESSION.::NO::');
    . When you click the list Page PopUp appears, but want to close Page 18 when the Create button selected. Can someone help me create this please? As instead of the branch going towards another Page just close the PopUp Page.

    This is because your button has an associated branch

  • How do I close the page in ADF

    Hello
    How do I close the close page. No return to the homepage. I want to just close the page.please let me know. I use jdev 10.1.3.3

    Hello
    Please enter the following in the event onclick javascript code

    Opener = Self ();
    Window.Close ();

    Hakim

  • Pass-through of a jump Page or back to NavigationPane sheet

    Hello

    Is it possible to get back data from one Page to a NavigationPane pushed him?

    1. I have a NavigationPane who opens a Page

    2. on this Page, the user of data entry, then close Page.

    3. I would like to pass some data from this burst page and going back to my Main Page of NavigationPane.

    4. is it possible to do?

    Any ideas on how to do this? Thank you!!!

    There are several ways to do this:

    (1) declare a signal on the page. It emits when data changes:

    signal signalName(string param1, string param2)   // params are optional
    
    ...
    
    signalName('someData', 'otherData')
    

    On NavigationPane after creating the page to connect to this signal:

    page.signalName.connect(funcname)
    

    Before destroying the page to disconnect signal (this is not done automatically):

    page.signalName.disconnect()page.destroy()
    

    Create a JavaScript function to process the signal:

    function funcname(param1, param2)
    {
      myProperty = param1
    }
    

    This method is useful when the data is updated regularly.

    (2) If you need to access the data only when the page is popped, then simply access the page properties in NavigationPane onPopTransitionEnded handler.

    Something like:

    In NavigationPane:
    
    onPopTransitionEnded: {
      myProperty = page.otherProperty  page.destroy()
    }
    
    ...
    in Page.qml:
    
    Page {
      property alias otherProperty: someControl.someField
    

    upd: If you need to transmit these data to another Page, so something like this should work:

    onPopTransitionEnded: {
      // 'top' property references a top page in NavigationPane
      top.myProperty = page.otherProperty
      page.destroy()
    }
    

    I don't know if 'top' made reference to a new home page or the page that is be popped. In later case at() method can be used instead.

    (3) create a C++ class to store data and export of its instance to QML. Set the properties inside (Q_PROPERTY). Edit them directly from QML and allows the monitoring of the changes of their element of connection of QtQuick (connect () /disconnect () method will work as well).

    It is convenient to store application settings and respond to changes inside.

  • Modal SkillBuilder closed Page

    Gurus like Dan McGhan, et al.,.

    I try Page of modal Skillbuilder allows you to view a report of requisition on hold when someone wants to create a new application of. The condition of the modal page is EXISTS (select 'X' to requisition where requester_emp_id =: APPL_req_emp_id.) It displays very well. I want the modal to close page and a link to the page with the key when using click on change icon (I gave class 'edit-click') to see/update an existing application or on the NEW button (to create a new request to purchase) on the top of the report. How to do that. I have consulted the documentation and saw the demo (a few times) and did not have much success.

    Robert
    http://apexjscss.blogspot.com

    Published by: sect55 on August 3, 2012 19:07

    sect55 wrote:
    I have seen that it works great on the APEX. ORACLE.COM. I then tried to apply it to my APEX business environment and it did not work. I may have missed something. I click on the link change and close the modal page, but does not run the JavaScript on the parent page. I do not even alert. What could wrong?

    Can you tell me all the steps you did to change my application to work? I must be missing something?

    Well, then you have most things working if the modal opens and closes. It must be the return value or dynamic action for a manual closing.

    Page 7: *.



    • IR requisitions: ID of the column > column link:
      Link attributes:

      onclick="return false;" class="edit-click"
      

      Target: URL
      URL: #ID #.

      This affects the class with which we assign the dynamic action and stores the ID in the href attribute of the link for easy selection


    • Dynamic action 'value selected modal and close back ':
      Click selector, jQuery, .editer-click, bind
      Real action: run javascript:

      //close the modal and provide it with a return value object
      //in this case i hackedy use the href attribute to hold the ID value
      parent.$(parent.document).apex_modal_page('close', $(this.triggeringElement).attr('href'));
      

      It will take the href attribute ID and take action close as return value



    Page 11: *.

    • Dynamic action 'Modal manual Close', real action run javascript:

      alert("modal was closed with return: "+this.data.modalPageCloseValue);
      var lReturn = this.data.modalPageCloseValue;
      
      if(lReturn){ //there is a return value
         if(lReturn=='CREATE'){
            //just close dialog
         }else{
            //an ID is returned. Set P11_ID in a redirect, page will load and fetch correct values due to row fetch process
            window.location.href = 'f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.::::P11_ID:'+this.data.modalPageCloseValue;
         };
      };
      

      This will prevent the return value (I put in tracing my steps). If there is a return value, it will check if it is 'CREATE' (new Save dialog box, close) or else, in our case one ID redirect to the same page, and then assign the returned value of P11_ID.


    • If the page in the app business is not 11, so be sure to adjust it too!

  • Open and close the Popup with Javascript

    Using Apex 3.2

    I probably have done this lots of times in my old job, but do not have access to the code and now I can't work properly.

    I opened a window pop up with javascript
    Now, I need to close and refresh the calling page, but only if it ratifies the validation on the popup.
    I have an item hidden on my pop up called P7_FLAG.
    I have a process page after validation that affects P7_FLAG (only the value 1, if passes validation).
    I also have a "SUBMIT" button.

    So once I click my button "SUBMIT" page should look at validations, so ok, P7_FLAG the value 1, then close the popup and refresh the calling page.

    My current look of javascript like this
    <script type="text/javascript">
    function saveChanges(){
    doSubmit('SUBMIT');
    var test = $x('P7_FLAG').value;
    if(test == '1')
    {
    window.close();
    window.opener.doSubmit('REFRESH');
    }
    }
    </script>
    My button
    javascript:saveChanges();
    The problem is that I need to click twice on the button SUBMIT.
    First, it sets P7_FLAG
    Second time, it closes page and refreshes.

    I probably made a fundamental mistake, but today I can't.

    See you soon

    Gus

    Published by: Gus C 10 may 2012 12:48

    Sorry about that I was blind

    Add this function to your page

    
    

    Call this function on the loading of the page

    onload="onloadclose();"
    
  • After popupURL, must close the window, submit the value and redirect the other window

    Hello

    I use 4 APEX for development.

    Use the following URL target in my main page

    JavaScript:popupURL('f?p=&APP_ID.:99:&APP_SESSION.::&Debug.::P99_PORT_ACC_HEAD_TAX_ID:&P20_PORT_ACC_HEAD_TAX_ID.',300,300);

    This opens the page 99. On page 99, I need to collect some required information. Once a user clicks on the button "send" in the pop-up window, the following actions are needed:

    1. an update of the database in the new value column... create a process, but it does not work because the page closes do not submit.
    2. close the pop-up window, which I use javascript:window.close();
    3 redirect the original page 20 to page 15

    Can someone please give that some advice?

    Thank you
    Ling

    If you are on apex 4, achieve dynamic Action that runs on the key

  • With the first real action runs the PLSQL code required (make sure that you add the elements of the page has changed to "Page elements to send field")
  • The second real action can be of the Js code and put it in your code.

    -----------------------
    Another way a bit more complicated (but works with all versions of the apex) is generating the JS code in PLSQL

    If your button (in the popup page) submits the page
    You will have a PLSQL process that performs the necessary treatment on the sidelines.
    After the treatment, you add the somee code that generates the code JS

    It would be like

    BEGIN
     /* Do your PLSQL Processing here */
    
     /*Js Code to close page etc
      Note that this code will be run only after the PLSQL and on the next page load, don't try to mix up JS and PLSQL expecting a JS code(between two PLSQL blocks) to run between the PLSQL blocks. Remember JS runs in browser and PLSQL in server, so all JS code waits till page is reloded
     */
     htp.p('');
    END;
    

    ---------------------------------------------------

    Another method is to add the JS code to an onload function performed only under certain conditions, he said when a page element is defined with a specific value. You set this element of the page with this is completed only once the PLSQL block value, where the JS code executes only after treatment and not on each load of laundry.

    Use one of these methods depending on what feels easy/comfortable for you.

  • Stop advertising and pop-up advertising windows in Safari

    The night last and this morning I went through the whole "Stop ads pop-up and adware in Safari" from the Apple support page. Last night, I found the files to delete which I did and immediately I went on Safari-the exact same thing happened. I went back this morning followed the process again but found nothing.

    When you open Safari, I was asked to win a Apple Watch (http://struct.nt-com.co/c/mf5s9zl4f8q), and then when I clicked to ask this question, that I was taken to another page with another contest.

    I don't know what to do... my computer is basically useless, because it is so slow and I spend all my time to close pages and yes I have cleared all caches and history.

    Need urgent help

    Nice look

    Shirley

    PS all trying to get on the OS X El Capitan community site I bane http://customersurveyau1.com/au/2b/s2b.php?t202kw=discussions.apple.com&loc=Bris & isp = Telstra % 20Internet & voluumdata = c. /c1 >

    10.11.1 operating system

    Go step by step and test.

    1 safari > Preferences > Extensions

    Disable all extensions or turn them off, then restart Safari to test.

    Turn over some and test.

    2 safari > Preferences > Search > search engine:

    Select your preferred search engine.

    3. free use AdwareMedic / Malwarebytes Anti-Malware for Mac remove adware

    http://www.adwaremedic.com/index.php

    Install, open and run by clicking on the "Scan for Adware" button to remove the adware.

    Once this is done, exit AdwareMedic.

  • HP Pavilion dv6809us entertainment notebook pc freeze

    Hello!

    Having a problem with my Pavilion dv 6809us laptop.  It freezes everything trying to get from one page to another. I can't stop or close pages.  It just happens.  I trided chkdsk and it gets to Chapter 4 of the 5, checks some files and then stops. I have a message "analysis of the reliability metric calculation executable has stopped working".  I don't know where to go from here.  The hard drive is faulty? a Trojan horse? any help would be appreciated.

    Thank you

    Hello anndel18,

    I see that you get an error message with the new hard drive in the computer. I would say making sure the connection to the new hard drive is secure.

    First, you must use the recovery discs to format the new hard drive. Here is a link that explains what to do a restore of system with recovery disks.

  • Saving to and read the XML code

    Hi, I wanted to just record in XML data and display it in the list. That's what I tried:

    #include "applicationui.hpp"
    
    #include 
    #include 
    #include 
    #include 
    #include 
    #include 
    
    using namespace bb::cascades;
    using namespace bb::data;
    
    ApplicationUI::ApplicationUI(bb::cascades::Application *app) :
            QObject(app)
    {
    
        QVariantMap firstEmployee, secondEmployee;
    
        firstEmployee["firstName"] = QVariant("Mike");
        firstEmployee["lastName"] = QVariant("Chepesky");
        firstEmployee["number"] = QVariant("51649875");
        secondEmployee["firstName"] = QVariant("Westlee");
        secondEmployee["lastName"] = QVariant("Barichak");
        secondEmployee["number"] = QVariant("63257801");
    
        QVariantList myEmployeeList = QVariantList() << QVariant(firstEmployee)
                                   << QVariant(secondEmployee)
    
        QVariantMap topLevelEmployeeMap;
        topLevelEmployeeMap[".root"] = QVariant("employees");
        topLevelEmployeeMap["employee"] = QVariant(myEmployeeList);
        QVariant myData = QVariant(topLevelEmployeeMap);
    
        QTemporaryFile file("myXMLFile.xml");
    
        if (file.open()) {
    
            XmlDataAccess xda;
            xda.save(myData, &file);
        }    Page *root = new Page;
        ListView *listView = new ListView;
    
        GroupDataModel *model = new GroupDataModel(QStringList() << "firstName"
                                                   << "lastName");
    
        XmlDataAccess xda;
        QDir temp = QDir::tempPath();
        QVariant list = xda.load(temp.absoluteFilePath("myXMLFile.xml"),
                                 "/employees/employee");
    
        model->insertList(list.value());
    
        listView->setDataModel(model);
    
        root->setContent(listView);
        app->setScene(root);
    }
    

    Reference: https://developer.blackberry.com/native/documentation/cascades/device_platform/data_access/working_w...

    But this does not seem to display the items in the XML file. any thoughts?

    QFile use instead of QTemporaryFile, that the file could be deleted after the close() call:

        QVariantMap firstEmployee, secondEmployee;
    
        firstEmployee["firstName"] = QVariant("Mike");
        firstEmployee["lastName"] = QVariant("Chepesky");
        firstEmployee["number"] = QVariant("51649875");
        secondEmployee["firstName"] = QVariant("Westlee");
        secondEmployee["lastName"] = QVariant("Barichak");
        secondEmployee["number"] = QVariant("63257801");
    
        QVariantList myEmployeeList = QVariantList() << QVariant(firstEmployee)
                                   << QVariant(secondEmployee);
    
        QVariantMap topLevelEmployeeMap;
        topLevelEmployeeMap[".root"] = QVariant("employees");
        topLevelEmployeeMap["employee"] = QVariant(myEmployeeList);
        QVariant myData = QVariant(topLevelEmployeeMap);
    
        QFile file(QDir::temp().absoluteFilePath("myXMLFile.xml"));
    
        if (file.open(QIODevice::WriteOnly | QIODevice::Text)) {
    
            XmlDataAccess xda;
            xda.save(myData, &file);
        }
        file.close();
        Page *root = new Page;
        ListView *listView = new ListView;
    
        GroupDataModel *model = new GroupDataModel(QStringList() << "firstName"
                                                   << "lastName");
    
        XmlDataAccess xda;
        QDir temp = QDir::temp();
        QVariant list = xda.load(temp.absoluteFilePath("myXMLFile.xml"),
                                 "/employees/employee");
        model->insertList(list.value());
    
        listView->setDataModel(model);
    
        root->setContent(listView);
    
  • Can not access the context in QML property

    So I have an arraydatamodel in the CPP file, I use qml-> setContextProperty (...) to set it up to allow QML to access, the strangest part is, no matter if I put it in navigationPane Page or a container, it keeps saying can't find not variable, but in the same QML in ListView, they can access it without a problem. The other weird part, it is an another QML is able to access it in the tag of the page, the same model.

    By default of the Jun 02 9000 REVIEWS asset:///main.qml:24 09:12:59.416 com.example.IntervalTimer1.testDev_ervalTimer1a7a2c2e2.427733134: ReferenceError: can't find variable: eventsModel
    By default of the Jun 02 9000 REVIEWS asset:///main.qml:110 09:12:59.416 com.example.IntervalTimer1.testDev_ervalTimer1a7a2c2e2.427733134: ReferenceError: can't find variable: eventsModel

    Here is my code

    import bb.cascades 1.0
    
    NavigationPane {
        id: navigationPane
        backButtonsVisible: false
        // Javascript definition
        function udpateTotalTimeLabel() {
            console.log("In updateTotalTimeLabel function");
            var totalHour = 0, totalMinute = 0, totalSecond = 0;
            // To debug javascript object print function
            var print = function(o) {
                var str = '';
    
                for (var p in o) {
                    if (typeof o[p] == 'string') {
                        str += p + ': ' + o[p] + '; 
    '; } else { str += p + ': {
    ' + print(o[p]) + '}'; } } return str; } console.log("EventsModel: " + eventsModel.size()); for (var i = 0; i < eventsModel.size(); i ++) { var currentEvent = eventsModel.data([ i ]); console.log("EventsEvent: " + currentEvent["EventName"]); totalHour += currentEvent["EventHour"]; totalMinute += currentEvent["EventMinute"]; totalSecond += currentEvent["EventSecond"]; } if (totalHour < 10) totalHour = "0" + totalHour; if (totalMinute < 10) totalMinute = "0" + totalMinute; if (totalSecond < 10) totalSecond = "0" + totalSecond; totalTimeLabel.text = totalHour + ":" + totalMinute + ":" + totalSecond; } function onDataReady() { console.log("Received DataReady signal"); navigationPane.udpateTotalTimeLabel(); newEventSheet.close(); } Page { id: root titleBar: TitleBar { title: "Interval Timer" } ..... onCreationCompleted: { navigationPane.udpateTotalTimeLabel(); console.log("No of EventsModel: " + eventsModel.size()); console.log("In sheet creationCompleted"); mainObj.dataReady.connect(navigationPane.onDataReady); } }

    In the PRC

    // Default empty project template
    #include "applicationui.hpp"
    
    #include 
    #include 
    #include 
    #include "CountdownTimer.hpp"
    
    using namespace bb::cascades;
    
    ApplicationUI::ApplicationUI(bb::cascades::Application *app)
    : QObject(app)
    {
        // create scene document from main.qml asset
        // set parent to created document to ensure it exists for the whole application lifetime
        QmlDocument *qml = QmlDocument::create("asset:///main.qml").parent(this);
    
        // Initialize the Array Data Model for holding events
        this->eventsModel = new ArrayDataModel();
        // For Testing only
        QVariantMap event;
        event["EventName"] = "Event1";
        event["EventHour"] = "00";
        event["EventMinute"] = "01";
        event["EventSecond"] = "02";
        this->eventsModel->append(event);
    
        // create root object for the UI
        AbstractPane *root = qml->createRootObject();
    
        // Registering the QTimer type to QML
        qmlRegisterType("TimerLibrary", 1, 0, "CountdownTimer");
    
        // Setting the access for QML to member variable
        qml->setContextProperty("eventsModel",this->eventsModel);
        qml->setContextProperty("mainObj",this);
    
        // set created root object as a scene
        app->setScene(root);
    }
    
    .....
    
    void ApplicationUI::refreshData()
    {
        emit dataReady();
    }
    

    Thank you.

    The fixed.

    You must call setContextProperty before calling createRootObject.

  • Then apply a pattern updated the content overlaps the previous contents

    Hello

    Massive headacke side... I really need to solve this problem – work on the line.

    I'm trying to update a site created by my predecessor offline. I've updated the model used, which created an insane amount of problems, more including fixed like today. When you try to update a single page using the template, the content of overlap. I find myself with 2 headers, footers 2 etc...  I thought it was because all the documents on the site (total 53, not too big) are detached from all models and the name of the editable regions on the documents do not exist, but even trying to match the areas to move the contents to the new regions just made a mess of things. My goal (I hope) is too simply update the site without going through all those contents that overlap. Please help, everybody.

    Here is my template code:

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 > QMS: AFM < /title >
    < style type = "text/css" >
    <!--
    {body
    Police: 100% Verdana, Arial, Helvetica, without serif.
    Background: #666666;
    margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
    padding: 0;
    text-align: center; / * This centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
    Color: #000000;
    background-color: #D7D7D7;
    background-repeat: repeat-x;
    border-bottom-color: #066;
    border-right-color: #066;
    border-bottom-color: #066;
    border-left-color: #066;
    }

    / * Tips for Elastic layouts
    1. Since the elastic layouts overall size is based on the user's default font size, they are more unpredictable. Used correctly, they are also more accessible for those who need larger fonts given the length of the line remains proportionate.
    2. sizing of the divs in this provision are based on 100% font size in the body element. If you decrease the overall size of the text by using a font size: 80% on the body element or the #container, remember that the complete provision will reduce proportionally. You can increase the widths of the divs to compensate for this.
    3. If the sizing of fonts is changed in different quantities on each div instead of on the overall design (ie: #sidebar1 is a font size of 70% and #mainContent has a font size of 85%), this will change proportionally each of the overall size of divs. You can adjust the base on your final sizing of fonts.
    */
    .twoColElsLtHdr #container {}
    Width: 46em;  / * This width will create a container that can fit in a 800px browser window if text is left to default browser font sizes * /.
    background: #FFFFFF;
    margin: 0 auto; / * margins (in conjunction with a width) auto Center the page * /.
    border: 30px no #C4C4C4;
    text-align: left; / * This setting overrides the text-align: center on the body element. */
    padding-left: 10px;
    background-color: #FFF;
    border-bottom-color: #C4C4C4;
    border-right-color: #C4C4C4;
    border-bottom-color: #C4C4C4;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-width: thick;
    border-right-style: outset;
    border-top-style: outset;
    border-left-color: #C4C4C4;
    border-right-width: thick;
    border-bottom-width: thick;
    border-left-width: thick;
    }
    .twoColElsLtHdr #header {}
    padding: 0 10px;  / * This filling is the alignment to the left of the items in the div that appear below. If an image is used in the #header instead of text, you can remove the padding. */
    background-color: #FFF;
    }
    .twoColElsLtHdr #header h1 {}
    margin: 0; / * zero setting of the margin of the last element in the #header div tag will prevent the collapse of margin - inexplicable space between divs. If the div has a border around it, this isn't necessary, which also allows to avoid the collapse of margin * /.
    padding: 10px 0; / * padding instead of margin will allow you to keep the edges of the div element * /.
    }

    / * Sidebar1″ tips:
    1 be aware that if you set a value for the font size on this div, the width of the div will be adjusted accordingly.
    2. as we work in ems, it is preferable not to use the filling in the sidebar itself. It will be added to the width for browsers compatible standards creating a real unknown width.
    3. the space between the wall of the div and the items it contains can be created by placing a margin left and right on these items as seen in the rule ".twoColElsLtHdr #sidebar1 p.
    */
    {.twoColElsLtHdr #sidebar1}
    float: left;
    Width: 12em; / * the background color will be displayed for the length of the content of the column, but no further * /.
    Padding: 15px 0; / * upper and lower padding create a Visual space within this div * /.
    background-color: #066;
    background-repeat: repeat-x;
    border-top-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    color: #FFF;
    padding-left: 0px;
    Clear: left;
    }
    H3 .twoColElsLtHdr # sidebar1″, .twoColElsLtHdr #sidebar1 p {}
    margin-left: 10px; / * the left and right margins should be to all of the items that will be placed in the side columns * /.
    margin-right: 10px;
    background-color: #066;
    text-decoration: inherit;
    }

    / * MainContent tips:
    1. If you give this div #mainContent a value of different size of the div # sidebar1″, the margins of the #mainContent div will be based on the font size and the width of the div #sidebar1 depend on the size of the font. You can adjust the values of these divs.
    2. the space between the mainContent and sidebar1″ is created with the left on the mainContent div margin regardless of how content div the sidebar1″ contains, the space of the columns will remain. You can remove the left margin if you want the #mainContent div text to fill the space of #sidebar1 when the content of #sidebar1 is complete.
    3. to avoid falling of float, you may have to test to determine the size of the image/approximate maximum element because this provision is based on the calibration of fonts the user combined with the values that you set. However, if the user has their browser game lower than normal font size, less space will be available in the #mainContent div that you see on the test.
    4. in the Internet Explorer conditional comment below, the zoom property is used to give the mainContent "hasLayout". This avoids several specific IE bugs that may occur.
    */
    {.twoColElsLtHdr #mainContent
    margin: 1.5em 0 0 13em; / right margin can be given in pixels or ems. He created space on the right side of the page. */
    color: #069;
    background-color: #FFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }
    .twoColElsLtHdr #mainContent a: link {}
    text-decoration: none;
    color: #069;
    }
    .twoColElsLtHdr #mainContent a: visited {}
    text-decoration: none;
    color: #069;
    }
    .twoColElsLtHdr #mainContent a: hover {}
    text-decoration: underline;
    color: #069;
    background-color: #FFF
    }
    .twoColElsLtHdr #mainContent a: active {}
    text-decoration: none;
    color: #069;
    }
    .twoColElsLtHdr #footer {}
    padding: 0 10px;
    line-height: 0pt;
    color: #069;
    background-color: #FFF;
    do-size: 10px;
    }
    .twoColElsLtHdr #footer p {}
    margin: 0; / * zero setting the margins of the first element in the footer will avoid the possibility of the collapse of the margin - a space between the div tags * /.
    padding: 10px 0; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    background-color: #FFF;
    }

    / * Various classes for reuse * /.
    .fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
    float: right;
    left margin: 8px;
    }
    .fltlft {/ * this class can be used to float an element on your page to the left * /}
    float: left;
    right margin: 8px;
    }
    .clearfloat {/ * this class must be placed on an element div or break and should be the last item before closing a container should completely contain a float * /}
    Clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }
    H1 {}
    color: #069;
    do-size: 16px;
    border-bottom-color: #069;
    border-top-width: thin;
    border-right-width: thin;
    padding-right: 0px;
    padding-left: 0px;
    }
    body, td, th {}
    do-family: verdana;
    text-decoration: none;
    color: #069;
    border-bottom-color: #069;
    border-right-color: #069;
    border-bottom-color: #069;
    border-left-color: #069;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    }
    a: link {}
    text-decoration: none;
    color: #FFF;
    }
    a: visited {}
    text-decoration: none;
    color: #FFF;
    }
    a: hover {}
    text-decoration: underline;
    color: #FFF;
    background-color: #;
    background-repeat: repeat-x;
    background-position: center;
    border-bottom-color: #069;
    border-right-color: #069;
    border-bottom-color: #069;
    border-left-color: #069;
    }
    a: active {}
    text-decoration: none;
    color: #FFF;
    border color: #FFF;
    padding-left: 20px;
    }
    ->
    < / style > <!-[if IE] >
    < style type = "text/css" >
    / * place patches css for all versions of Internet Explorer in this conditional comment * /.
    .twoColElsLtHdr #sidebar1 {padding-top: 30px ;}}
    .twoColElsLtHdr #mainContent {zoom: 1; padding-top: 15px ;}}
    / * the owner above zoom gives IE the hasLayout property, avoid several bugs * /.
    < / style >
    <! [endif]-->

    "" < link href = "file:///U|/AFM/Dreamweaver/Left sidebar.css" rel = "stylesheet" type = "text/css" / >
    < / head >

    < body link = "#006699" class = "twoColElsLtHdr" >
    < div id = "container" > <!-TemplateBeginEditable name = "Header"->
    < div id = "header" >
    "" "" < h1 > < img src = "file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/Assets/pwgsc-e.gif" width = "364" height = "33" align = "left" alt = "wordmark" / > < img src = "file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/Assets/wordmark_canada.gif" width = height "83" = "21" align = "right" alt = "wordmark2" / > < / h1 >
    < p > < / p >
    "" "< p > < img src ="file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/assets/AFM QMS features "width ="709"height ="80"alt ="banner"border ="0"/ > < a href ="mailto:[email protected] "" > < img src = "file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/Assets/Contactus-e.JPG" width = "110" height = "21" alt = 'contactus-e' border = '0' "/ > < /a > < img src ="file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH/elements of " "" SITE / French - e.JPG "width ="115"height ="21"alt = 'french-e' border = '0' / > < a href ="file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/ContinualImprovement - e.html "" > < img src = "file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/Assets/Help-e.JPG" width = "115" height = alt '21' = 'help-e' border = '0' "/ > < img src ="file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/Assets/Search-e.JPG "width ="115"height ="21"alt = 'search-e' border = '0' / > < /a >" "< a href ="http://source.tpsgc-pwgsc.gc.ca "" > < img src = 'file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/Assets/thesource.jpg "width ="120"height ="21"alt ="TheSource"border = '0'" / > < img src = "file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/Assets/Home-e.jpg" width = "104" height = "21" alt = 'Host-e' border = '0' / > < /a > < /p > "
    < p > < / p >
    < / div >
    <! - TemplateEndEditable - >
    < div class = "twoColElsLtHdr" id = "sidebar1″" >
    "" < p > < a href = "... / HOME QMS/QMSHome - e.html" > < strong > home QMS < facilities > < /a > < /p >
    < hr / >
    "" < p > < a href = "... /ABOUTAFM/AboutAFM-e.html" > < strong > on AFM < facilities > < /a > < /p >
    < hr / >
    "" < p > < a href = "... /AdminProcedures/AdminProcedure-e.html" > < of strong administrative procedures > < / strong > < /a > < /p >
    < hr / >
    "" < p > < a href = "... /BusinessUnits/BusinessUnits-e.html" > < strong > < /a > < /p > < facilities > business units
    < hr / >
    "" < p > < a href = "... /POINTSOFINTEREST/pointsofinterest-e.html" > < strong > < facilities > < /a > < /p > Points of interest
    < hr / >
    "" < p > < a href = "... /Achievements/Achievements-e.html" > < strong achievements > < / strong > < /a > < /p >
    < hr / >
    "" < p > < strong > < a href = "... /MeasuringPerformance/measuringperformance-e.html" > measuring Performance < /a > < / strong > < / p >
    < hr / >
    "" < p > < a href = "... /References/References-e.html" > < strong references > < / strong > < /a > < /p >
    < hr / >
    "< p > < a href ="file:///P|/RPS/AFMS/Quality Management System/QMS website/ENGLISH SITE/ContinualImprovement - e.html "> < continuous improvement strong > < / strong > < /a > < /p >"
    < hr / >
    Corners of strong regions > < p > < < / strong > < / p >
    < / div >
    <!-TemplateBeginEditable name = 'Body'->
    < div id = "mainContent" >
    Header < h2 > < / h2 >
    Paragraph < p > < /p >
    Sub header < h1 > < / h1 >
    < p > < / p >
    < h1 > < / h1 >
    < h2 > < / h2 >
    < h1 > < / h1 >
    < p > < / p >
    < h2 > < / h2 >
    <!-end #mainContent->
    < / div >
    <! - TemplateEndEditable - > <!-this element of compensation should immediately follow the #mainContent div in order to force the #container div to contain all the child-> fleet

    < br class = 'clearfloat' / >
    < /p >
    <!-TemplateBeginEditable name = "Footer"->
    < div id = "footer" >
    < hr width = "100%" size = "8" noshade "noshade" color = "#006666" id = = "color = & quot; 069 & quot; "color ="#069"/ >
    < p > < strong > followed by: ASQM < facilities > < / p >
    < p > < strong > updated: 25-03-2013 < facilities > < / p >
    <!-end #footer->
    < / div >
    <! - TemplateEndEditable - > < script type = "text/javascript" >
    <!--

    ->
    < /script >
    < / h3 >
    <!-end #container->
    < / h3 >
    < / div >
    < script type = "text/javascript" >
    <!--

    ->
    < /script >
    < / body >
    < / html >

    Make sure you have editable regions in the body of your template set properly before you start it. Also, make sure that you have made a backup copy of your current site (copy the ROOT folder and paste it somewhere on your disk).

    OK - Here's what you need to do:

    0 make a backup of your current website (copy the ROOT folder and paste it somewhere on your disk).

    1. create a new page in your current template (file > New > Site templates > (Site) > (model selection) > Create.) Make sure the checkbox "Update Page when the template is changed" is checked.

    2. thanks to this new page open, open page 1 of 51 pages and copy and paste the contents of each editable area of page 1 in the same area can be changed to your new page.

    3. close page 1.

    4. save the new page with the name of the page of 1 so that the old page 1 is replaced by a new one.

    5. Repeat this operation for all 51 pages.

    Sorry, it's so tedious, but in the end, you will once more a fully controlled model site.

    Moreover, before leaving page 1 and the graphs closing this file, please post here any questions you may have.

  • Problem with PDF as a slideshow in loop

    I created an interactive PDF from InDesign file that has an animation Flash on the first page, then several pages of static images and ends with another flash animation. I would like this whole PDF to play as a slideshow in loop with page turning every 5 seconds approximately. Export as an interactive PDF, the file plays the first page flash animation, but will not automatically advance on the next pages to play through the slide show of pictures. Help!

    Those looking for a solution to similar problems:

    If the SWF file on page 1 is a fixed-length animation, the most simple solution is to add a timer to run single for events Page Open and Close of the Page on the first page, for example in advance after 15 seconds:

    Open page: myTimer = app.setTimeOut('pageNum++',15000);

    Close page: app.clearTimeOut (myTimer);

    The close event page removes the timer in case the user navigates away before that time.

    The ActionScript method I describe in answer #3 above also works, but requires the SWF to be edited. Both methods require JavaScript or active, but as Flash is involved, it is reasonable to assume that the file is displayed on a desktop in Acrobat or Reader. As he has no ACE<>JS bridge, this method of timer is safe to use with an RMA number that turns off when the page is closed.

Maybe you are looking for

  • IPhone 4S locked

    Bad people, send my an iphone 4 the iPhone he blocked, what to do?

  • My Favorites keep disappearing after a puppy

    A few days ago, I collected a puppy Installer try to convert a video from youtube to mp3. I got rid of it using Malwarebytes, however he remained unwanted browser add ons, who questioned Firefox and I deleted. Whenever I open a browser these add ons

  • Re: Need to motherboard / system board for Qosmio G20 106

    I would be grateful if anyone can help me find one.My laptop is dead now and need a mother replacement on board. Please also provide you with the best suggestions to find the online store for the system board. I searched for the part, but unable to f

  • IPod 5th gen Date is December 31, 1969, time ignores timezone

    I was on my Ipod Touch 5th Gen iOS 9.2.1 when he died. I don't have to plug it back in a few hours. When I had charged and turned on it said it was on 31 December 1969. The weather was too broad. I played a bit with the date and time using other inst

  • Equium L40-10 X - Wireless disappeared?

    I have an Equium L40-10 X. It comes with wireless built in and I have used for over a year without any problems. I have now disappeared from my laptop! Wireless light does not illuminate and it is more listed in my network cards. Any ideas would be g