Building simple HTML Page at the APEX

Hello
I am very new in APEX and this is the first project of mine to try to convince my organization as a good tool to use. I'm mainly a developer of forms. So, I'll build a Workbench for the Group profits in my company and my first page must be just a homepage with static text and a couple of links to launch my next pages. I added a blank home page at my request and then to EDIT the properties of the region on this same page, I type my static text and it is coming in the text mode free movement, I want to change the fonts, the sizes of some texts and give new lines etc..
My question is that I have to write HTML code to achieve this in the part of the source text?

Thank you
Vishal

Vishal,

Yes, if you create an area HTML, you will have to manually put your HTML in there. APEX does not give you a WYSIWYG editor (as I know), but it should be easy for them to do - one of the options for creating an input field is a rich TEXT Editor. I don't know why they didn't implement which.

My personal recommendation for HTML static is to change in your current Favorites out of the editor and then copy - paste the HTML code in the APEX.

-David

Tags: Database

Similar Questions

  • view the HTML source of a page of the apex

    Hello world

    I'm looking at how I can view the HTML source of a page of the apex and to be able to change it. That's why reading the html source code in the browser when the application runs don't suits me.

    Someone at - it an idea how it can it be possible?

    Best regards

    Hello

    Loga is correct on the use of firebug with firefox. However, if you use IE (version 8 or later), press f12 to switch to developer mode. For Chorme, click the right button of the mouse, you'll get a context menu, you can see "Inspect element", which will have the HTML for this object. Yes as Loga said, if you can simulate changes by using these three, you can bring the apex thro generator only changes required, applying changes to CSS, script, models etc. Hope it will be useful.

    Kind regards

    Natarajan

  • Please help send an email with the html page in the body

    I need an html page on the body of an email to send a blast to send to our customers.

    HTML emails can be a bit complicated. You can design in Dreamweaver, but you shouldn't really have to send emails of mass through to your personal e-mail account (or your company account). Could you put blacklisted by spam filters in the company and make your pretty useless email addresses.

    Mass emailings (more than a few hundred addresses) I use http://www.icontact.com.

    You can build the email through their site (without DW) or you can import your DW html file to their service.

    Some things to keep in mind with the HTML email...

    1. the use of absolute links to the images and files on a server you control

    2. use a limited amount of inline css (no external css or integrated)

    3. specify in table based layouts, css support is spotty at best with email clients

    4. thewill be eliminated a number of email clients don't rely not on what it is between theTags makes to your recipients

    5. do not use an email only to images. HTML text is very important to keep from being labeled as spam, make the secondary images in the message, many email clients will not download images without permission of the user

    6. include a link to unsubscribe so people can get off your list

    There are more things to watch, but who are the biggest. Here are some other good info: http://alt-web.com/Articles/HTML-Emails.shtml

  • How can I add images to the Pages of the Apex?

    Hi all
    Can someone tell me how to add an image to a Page of the APEX? We have an application that is ready to be deployed, but bed looking a bit spartan. Its a finance app but some graphics would be nice.

    We have uploaded an image named ID - 10038362.jpg for the shared components > application Images. Reference on page 101 > Log In HTML area > attribute region Image < img src = "ID-10038362" >

    We are on APEX 4.1.

    Any help would be appreciated.

    Thank you

    lilhelp wrote:
    Hi all
    Can someone tell me how to add an image to a Page of the APEX? We have an application that is ready to be deployed, but bed looking a bit spartan. Its a finance app but some graphics would be nice.

    We have uploaded an image named ID - 10038362.jpg for the shared components > application Images. Reference on page 101 > Log in HTML area > attribute region Image

    We are on APEX 4.1.

    #WORKSPACE_IMAGES#ID-10038362.jpg
    
  • Navigate to another HTML page in the same section file

    Hi all

    It is possible to navigate to another HTML page in the same file of the article? E.g. index.html contains an < a > tag has a href pointing to page2.html? This seems to work in the application of preflight in the iOS, but not in Windows. Currently I use relative links, for example

    < a href = "page2.html" > Page 2 < /a >

    Should I use a different syntax? For example

    < a href = "navto://page2.html" > Page 2 < /a >

    Thank you

    Frank

    I found the solution. Use rather JS. Windows.Location.href seems to work for ios and windows.

  • How to open a session in an application apex of a link to the html page, passing the username and password in the url

    Hello

    I have a html page (can be created by jsp/other technology) where I need to provide a link to an apex application passing the user name and password, so that the user does not have to connect. I tried below, but it shows the login page.

    <! DOCTYPE html >

    < html >

    < body >

    " < p > < a href =" https://Apex.Oracle.com/pls/Apex/f?p=75478:101:0:login:P101_USERNAME, P101_PASSWORD:[email protected], gmail@123 [email protected] , gmail@123 "> my Application < /a > < /p > "

    < / body >

    < / html >

    no idea how to do it?

    Apex 5 / chrome browser / window 7

    Concerning

    Sanjaya

    Hi Sanjaya,

    from a security point of view I would strongly recommend NOT to include a clear text password in an HTML page or pass it through a url!

    But back to your question why it does not work. It does exactly what you say APEX. Go to page 101. If you want to simulate a page you submit must use BRANCH_TO_PAGE_ACCEPT which tells APEX to go to this page, but performs the 'Treatment of the Page' page instead of make. See http://docs.oracle.com/cd/E59726_01/doc.50/e39147/concept_sub.htm#CHDICEDJ

    Here is the correct URL, you must use.

    https://Apex.Oracle.com/pls/Apex/f?p=75478:101:0:BRANCH_TO_PAGE_ACCEPT:P101_USERNAME, P101_PASSWORD:[email protected], gmail@123

    Concerning

    Patrick

  • Problem with onload javascript in the page of the apex

    I want to run some javascript by their SUMMIT when the user loads the page, but I can't get the onload function to work. I'm new to javascript, so it's probably a simple error on my part.

    All I want to do is to change the background color of a field (P5_GRPT) based on the value of another field (P5_MIN_DAYS). I just want something basic that works so I can build on that and make it more elegant/generic, but at the present time, the script below seems to have no effect. Any help would be appreciated. I put the focus of cursor attribute to ' don't focus not cursor ' (Apex version 3.01.00.12)

    Header html page:
    <script type="text/javascript">
    Function trafficlight()
    {
    c = document.getElementById("P5_MIN_DAYS").value;
    switch(c)
    {
    case 1:
    $x("P5_GRPT").style.backgroundColor = "green";break;
    case 2:
    $x("P5_GRPT").style.backgroundColor = "yellow";break;
    default:
    $x("P5_GRPT").style.backgroundColor = "red";break;
    }
    }
    </script>
    The body of the html page:
    onload="trafficlight();"

    Hello

    I think that the value of your item is interpreted as a string, not as a number.

    Try this:

    function trafficlight() {
      c = parseInt(document.getElementById("P5_MIN_DAYS").value);
    
      switch(c) {
        case 1:
          $x("P5_GRPT").style.backgroundColor = "green";break;
        case 2:
          $x("P5_GRPT").style.backgroundColor = "yellow";break;
        default:
          $x("P5_GRPT").style.backgroundColor = "red";break;
      }
    }
    

    Hope this helps,
    Dirk

  • How to open a page in the APEX after I click on the "submit" button?

    Hi gurus,

    Here's my question (I'm new to APEX so please bear with me and provide details - I'm not new to programming, however). Ok. I have open application, a menu and the option of a menu I want to be a wizard to create an object (signature).

    Once this wizard is done (it contains 3 pages linked modeless dialog), the button "submit" I want:

    1 / all data is committed to the DB

    2 / all data to be loaded into a new page that contains the full record, which was completed in steps the wizard 3

    .. and I think that's all...

    I understand the page after sending else can't do anything, not even to be triggered if everything must be done before. So, I made a dynamic action on the button end like this:

    But I will not be opened in a new page but as part of the application (below you can see that opens in a new page):

    Can you guide me please? Something must be either very easy, I guess...

    This is the first question.

    Second question: how to fill this new page with the instructions I just submit - how can I find out the rowid of the folder has just presented. Or... is there an another way of modeling that? What I want to do is create a record in a database either by attending either directly. If I click on cancel I will go on the record in page 1 where I can see full fields, if I choose assistant and then once I'm done I want to see all the data even in Page1. Where I can possibly do some mod.

    Thank you!

    Gabriela

    (if it is not clear that I can show in a short owc internally)

    Point 1: Creating a new branch on the last page of the wizard, which will take place on the State of the button "FINISH" Give branch URL of page that you want to navigate.

    Point 2: You can save the primary key of the row and go to the parent page using the direction of the point 1.

    Probably if you can build an example on apex.oracle.com, we can help more.

  • Is it possible to copy a part of a page from the APEX with a public procedure of APEX stored?

    The element is a grid view control and it ist does not part of each page.
    I copy the element of grid view several times. After that, I have to change a lot of settings in the copied grid views. Normally, I do this the APEX constructor GUID clicking over and clicking on...


    I would copy the perspective grid in a more comfortable way (means without clicking) in a stored procedure by calling procedures PL/SQL to the APEX (such as the GUID of the APEX Builder).


    There are all the public stored procedures to do?

    It would be preferable to this post in the forum of the APEX on OTN
    Steve

  • Flash plays don't pitch on the html page after the model is changed

    Hello

    Can anyone help. If I change anything on a model, none of the files .swf on pages based on this template will work when you preview in the browser.

    I use DW CS3.

    Someone at - it ideas

    Nice day

    This problem can be considered a limitation to a certain point because Dreamweaver did not have the "auto-Update" capacity, although it wasn't really the best practice to include Flash content in a model DW.

    There is a workaround solution. You may need to change the template (.dwt) himself and work in Code view.

    • In Code view, use find and replace (Edition > find and replace) have so that it will be easier for you to find what you are looking for.
    • In the find and Replace window, choose current Document as the value for find in, the Source Code and as a Research.
    • In the search field, type--> 'src' (including apostrophes), and then click Next.
    • Once you have found 'src', pay attention to the simple quoted text next to it. The value in single quotes is the path where the Flash file is saved. try to remove the ... / if you happen to see. (do if the Flash file is located in the same folder where the HTML page that uses it is registered)
    • Use find and replace again, this time, try searching for 'movie' (including the single quotes). Again, you will see the text next to him who has the same value as what you are looking for before. Do the same thing, try to remove the ... /. (do if the Flash file is located in the same folder where the HTML page that uses it is registered)

    Save the DW template file and try to view the pages in the browser.

    I hope this helps.

    Kind regards

    Christine R.

    Adobe in North America support

  • How to convert a message Inline in the Page of the Apex of javascript alert message

    Hi all. IM new at the Apex.

    Current - approach
    I have a region report dynamics developed using the API like APEX_ITEM etc. I use scripts in java to validate these dynamic elements and Alerts popup as shown below.

    function ValidateNotObservedCB (p_row_num)
    {
    var v_row_num = p_row_num;
    var v_not_observed_cb_status = document.getElementById('f_notobserved_'+v_row_num).checked;
    var v_not_in_district_cb_status = document.getElementById('f_notindistrict_'+v_row_num).checked;
    var v_program_code = document.getElementById("f_program_code_"+v_row_num).value;
    If ((v_program_code.length > 0) & & (document.getElementById('f_notobserved_'+v_row_num).checked == true))
    {
    "BOLD" alert ("you have already entered a program code.") "BOLD"
    document.getElementById('f_notobserved_'+v_row_num).checked = false;
    document.getElementById('f_notobserved_'+v_row_num).value = 'n';
    } else if ((v_program_code.length==0) & & (document.getElementById('f_notobserved_'+v_row_num).checked == true)) {}
    document.getElementById('f_notobserved_'+v_row_num).value = 'Y ';
    document.getElementById('f_notobserved_'+v_row_num).checked = true;
    } else
    {
    document.getElementById('f_notobserved_'+v_row_num).checked = false;
    document.getElementById('f_notindistrict_'+v_row_num).checked = false;
    document.getElementById('f_notindistrict_'+v_row_num).value = 'n';
    document.getElementById('f_notobserved_'+v_row_num).value = 'n';
    }
    }

    Question/problem - how can I convert these to Inline messages alert messages to indicate on the page, similar to what appears when we take stock of the Validations at the APEX.

    Waiting for answers because this is urgent.
    Thanks in advance,
    Madhu

    You created an empty paragraph with an Id that you might find in your javascript code with

    document.getElementById ('message')

    After this in your javascript code say you in this paragraph "now your text is:" with the function

    innerHTML = 'your message ';

    And the generated HTML code is

    + Your message +.

    And everything works fine!

    Do not forget to say that my answer was 'Correct '! Thank you...

    Bye and good luck on APEX.

  • Why can't I save a local HTML page on the new tab page?

    I have an HTML page stored on my hard drive local. I created a bookmark for it; the url begins with "file://". I can easily add any other web page marked with a bookmark to the new tab page, but I can't add my local HTML page. How do I do that?

    Hello, try to do this
    Open your page normal HTML (double click on the file), then copy the address address bar (the path of your daughter), then in the address bar, type "subject: config", press ENTER, yes I'm cautioned (some look like this, sorry I don't have FX in English), in the search bar, type "browser.newtab.url" and the option that is displayed, click with the right button of the mouse and click on change... or double click on the option , change its value to a copy the address (address of your file you copied), click OK and test

    Sorry my bad English!

    Thank you

  • Open the HTML page in the workspace of PMC via SmartCut

    Hello

    I have an html page in Explorer

    If I open it in the workspace it shows as a tab in the workspace

    But if I open it using SmartCut link. It opens with no workspace

    Question:

    How can I open this page in the TAB workspace by direct link? (as in the second photo ()


    Thank you!

    You use the same method described in - "how to open list of planning tasks and (Financial Reporting or Web Analytics) Menu items in a tab of the workspace (Doc ID 1339568.1).

    See you soon

    John

  • Modal calling report that calls another Page to the APEX 5

    I have an interesting question here for the community...

    Using APEX, theme 42 5.  I have a report with a button that will call a modal form.  on the form modal is a LOV which will set a value to the calling page.  If the value returned to the calling page, I then need to redirect to another page in the application by assigning a page element on the new page with the value that I have just received from the modal page.

    I have everything up to the second rec = direct working in a test environment and I have problems with redirection...

    All those who want to watch here is the information:

    URL: https://glassfish1.revion.com/apex/f?p=4550:1:23425296545047:

    workspace: homeworld

    user name: demo

    password: demo

    application name: emp demo test (143)

    I have built dynamic actions to get the value of the page where I need but when try to redirect to the page and set the page item, that I don't get the redirection to work...

    Thank you

    Tony Miller
    Los Alamos, NM

    Hi Tony,.

    I'm just curious... If it worked for you?

    Thank you

    Pavel

  • Passing parameters in the pages of the apex

    I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that? Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

    Rafiq D says:

    If you ask a question APEX, always include the information referred to in these guidelines: How to get the answers from the forum

    I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that?

    Choose lists (and other controls LOV) used in this way are called 'cascading LOVs. Their use is described in the documentation.

    Define airport LOV properties items In cascade LOV article Parent (s) name of the element in the country. Reference this value in the LOV query using bind variables syntax. The Items property of the Page to send can be used to introduce other values of the child depends on LOV.

    Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

    It is also covered in the documentation. URL containing ref and itemValues parameter lists may be specified or generated in the columns the report link, map series, calendar events, branches and other components of the APEX.

Maybe you are looking for

  • My MacBook Pro does not start all of a sudden upward

    Hello I turned my MacBook Pro yesterday and when I went to start it up again today, I pushed the powerbutton comes the startup sound and clear grey screen with an Apple comes up with a progressbar under. about a cm from the bar gets full and then a c

  • building distribution is missing parts

    I'm using Labwindows CVI 2012 on Windows 7 x 64 I want to build a distribution that has need of my exe, shared CVI runtime engine and OR variable motor. I have the full development of a download, unzipped CVI distribution on my local hard drive in C:

  • How to enable NAP

    I would like to know if it is posible to turn the PAN and it will improve my online security

  • KB-2524375-64 bit update tries to install on a 32-bit platform

    original title: 64 bit update tries to install on a 32-bit platform I have a 32-bit XP system which is trying to pull down to a 64-bit XP update and of course do not install. The update is KB2524375. Any ideas on how to stop this. There is every time

  • Uninstalling Norton to get microsoft security essentials

    I would use microsoft security essentials, but currently norton on my new processor.  The trial version is over so I am currently unprotected.  I don't understand how to go to add/remove programs and uninstall.  Last time, I uninstalled a program of