How to create icon in my page

Hi All,
I Want to create different icons in my page.If i click that icon  based upon that icon it goes to another page.This is my Req.
We have different icons in our applications like Database,Web sheet,Packaged applications,To dos,bugs,Shared components etc.How to put this type of icons in my pages.
I am new to apex.Please help me.
Thanks&Regards,
Raghu

Hi,
I think easiest way is use list.
http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/nav_list.htm#sthref1856
In each theme there is some list template that shows images.
You can also customize list templates.
Regards,
Jari
Message was edited by: jarola
There is also Sample Lists packaged application that you can check
http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/demo002.htm#sthref220

Similar Messages

  • How to create a template for pages in a book

    How to create a template in Pages to create camera ready pages for publishing a book?

    Nothing is "camera ready" these days, it is all digital.
    What is it you need to know, a book can take many forms.
    Does it contain color photos, spot colors, purely black ink etc?
    Peter

  • How to create autofilter in excel page using jxl api?

    Hi Friends,
    I am using jxl api for excel generation. Its no problem
    but i need to set auto filter options. I am search in this API package but i can't find it.
    Any one know how to create autofilter in excel page using jxl api?.
    Please ..... Its urgent.... ...
    Thanks

    Hi,
    Please mail me on [email protected] if u will find any solutions, i will do the same if i will find any...
    Thank u in advance,

  • How to create tab in OAF page

    Hi,
    is it posssible to create tab button in OAF,if yes then how? If anybody knows then please let me know.
    Thanks & regards
    divya

    Hi,
    How to create HTML Tabs ON pages
    To achieve this effect in your application:
    1. Create a function for each page that you want to display.
    2. Create a menu of type "HTML Tab" for each tab you want to display.
    3. Add each function to its corresponding tab menu. Do not specify any Prompt values.
    4. Create a menu of type "Home Page."
    5. Add the tab submenus to the "Home Page" menu.
    Add the tab menus in your desired display sequence from left to right. The leftmost tab should be
    added first.
    Remember to specify Prompt values for each tab submenu. These values display as the tab text.
    6. Add your "Home Page" menu to your responsibility menu.
    7. Make sure your user has access to this responsibility before you try to test the menu.
    Please go through Dev Guide Tabs/Navigation.
    Thanks,
    Gaurav

  • How to create links to other pages i create??

    I have finished my "homepage" and it has 5 buttons on it.("home",
    "Contact us", etc.).
    I have no idea how to create links to other pages i create.
    For example, if the user clicks on "Contact us", i wnat contact information
    to appear. So, do i create another html document that will contain contact
    information and then call that page whenever the user clicks "Contact us". Or
    do i just create another applet that contains contact information and display
    the applet in the appropriate area, whenever the user clicks "contact us".
    Hope that wasnt confusing. Bascially, I am sitting here looking at my buttons, not knowing
    what code to put under the actionPerfomed part of each button.
    thanx
    trin

    ... judging from your question... the best way i think is to create another page...
    .... so when ur user clicks on Contact Us..... he/she will be taken to another page...
    there are other techniques besides this.... but it is always better to stick with the easiest one
    ... so you need to create separate pages for all of your links....
    ... if you have any questions... let me know
    .... have fun

  • How to Create Icon Get Adobe Reader

    How to create Icon "get Adobe reader" at my free website [link removed] for visitor downloading the price list brochure with adobe.
    Please help.
    Thanks

    You don't need to create an icon, you can get it and linking instructions at http://www.adobe.com/misc/linking.html#linking

  • How to create a follow up page in scripts using Duplex and Tumble Duplex

    How to create a follow up page in scripts using Duplex and Tumble Duplex in print mode of scripts ?

    Hi ,
    Set the next page property as duplex , and change the print property back to back

  • How to Customize icon on favorite pages?

    Would like to know how to customize icons on safari pages?

    hi
    It is saying that seticonimage() is undefined for dialog and jdialog.
    I ve imported java.awt.*
    still its saying like this

  • How to create ICon/Cursor from pdf files

         I was able to create ICon from jpg file without problem but I couldn't create ICon from pdf files.
    Here my code:
    var myDoc = app.newDoc();
    myDoc.importIcon("myIcon"); // it worked when I chose a jpeg image, but it didn't
    //when chose a pdf file.
    icon = myDoc.getIcon("myIcon");
    oIcon = util.iconStreamFromIcon(icon);  
    myDoc.closeDoc(true);
    app.addToolButton({
                   cName: "myButtoon",
                   oIcon: oIcon,
                   cExec: "app.alert('Someone pressed me!')",
                   cTooltext: "Push Me!",
                   cEnable: true,     
                   nPos: 4
       //app.removeToolButton("myButtoon");
    My goal is to create buttons which have icons from a pdf file (stamp) and when user click on these buttons, the cursors become the icon . And then, when user click on the document, the iCon will be showed in the document. The point is: is there anyway to create icons/cursors/stamps from one pdf file. Because the stamp is changeable, when user changes the color/shape of the pdf file, the icons/cursors/stamps will automatically change
    What kind of pdf format do I have to use?
    I used the sample "SignHere.pdf" in stamps folder of Acrobat but it didn't work.
    Thanks.

    The SDK has all the information - but certainly there are only samples for those common actions that users have been doing for years.  Most developers don't recreate stuff already present in the application - such as the Stamp plugin - so we don't have samples of such things.
    But all the pieces you need are present in the SDK - it's just necessary obvious.  You will need to learn about the details of how the plugin APIs work to create the toolbars and toolbuttons, and then how to handle cursors.  You will then need to learn about PDF details in order to be able to take an existing PDF, potentially modify it (eg. Change the color(s)) and then place it onto another PDF.  
    The methods you listed are from JavaScript - there are alternative methods for plugins, such as the AVConversion APIs.

  • How to create dom treeof html page with java

    hi, all
    i met with a problem how to create dom tree of html page wih jave, that is, given a html page, how to create a dom tree of this page with java?
    thanks in advance.
    regards
    richard

    but i m using this code to create node in html file
    HTMLLIElement li = (HTMLLIElement)appHTML.createElement("LI");
    Text txt = appHTML.createTextNode(name);
    li.appendChild(txt);
    appHTML.getElementById("name").appendChild(li);
    this will display all name value which is coming from database,
    and i want to assign a hyperlink to it,
    I have id with name also so I thought that using id i will
    create javascript like
    function popup(id)
         if(id==1)
              var n1 = window.open("../list/name1.html");
         if(id==2)
              var n1 = window.open("../list/name2.html");
    this way i want to popup particular file if i can pass id value in this function
    so want hyperlink like
    name

  • How to create graphs on JSP page in JDeveloper 10.1.3

    Hi all,
    Is there an easy way to create graph objects with JDeveloper 10.1.3? I have taken a look to some tutorials, but it looks like they all use the "drag/drop graph from the data control palette" method.
    E.g. I got example 88 to work from http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html, but I have no idea how to get the BIGraphDef1.xml object and how to link it to a set of data.
    Are there some tutorials to show how graphs can be used in JDev 10.1.3?

    Frank,
    This is what I did to implement the graphic manual, but I think, I forgot something...
    1. create a new application with projects DataModel and UserInterface
    2. in the DataModel I created a similar master/detail view as the one of Steve, this is named:
    TestModuleDataControl
    \--DepView
    __\--Deptno
    __\--Dname
    __\--Loc
    __\--EmpView1
    ____\--Sal
    3. I created a new jspx page and added a graph tag:
    <f:verbatim>
    <graph:Graph data="${bindings.DepartmentsEmployeesInDepartmentGraph}"
    imageHeight="200" imageWidth="400"/>
    </f:verbatim>
    4. in the page definitions I added
    <graph id="DepartmentsEmployeesInDepartmentGraph"
    IterBinding="EmployeesInDepartmentIterator"
    ControlClass="oracle.dss.graph.Graph"
    SeriesLabel="Ename"
    GraphPropertiesFileName="userinterface.BIGrap1hDef1"
    SeriesType="SINGLE_SERIES">
    <AttrNames>
    <Item Value="Sal"/>
    </AttrNames>
    </graph>
    5. I added also the iterator:
    <iterator id="EmployeesInDepartmentIterator" Binds="EmpView1" RangeSize="10"
    DataControl="TestModuleDataControl"/>
    6. I copy/pasted the BIGraphDef1.xml from Steve's project into 'Application Sources'\userinterface.
    7. in the web.xml file in WEB-INF I added:
    <servlet>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <servlet-class>oracle.jbo.html.jsp.graph.GraphGeneratorServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <url-pattern>/GraphGeneratorServlet</url-pattern>
    </servlet-mapping>
    8. when I run the page, I can't see the graph and there are also no errors. I think I mis a global setting somewhere...
    Is there anything I forgot to do?
    note: if I add a new jsp page into steve's application, I do can see the graph if I perform the steps mentioned above...
    I just found out that, If I create the graph on a page which is in the root directory, then it works. If I put it in a subdirectory, it doesn't:
    - create graph as mentioned above on a page: web content/myGraph.jspx --> works
    - create graph as mentioned above on a page: web content/app/myGraph.jspx --> doesn't work...
    Does somebody know where to put a setting/parameter to get the Graph visible in the subdirectory app?

  • How to create a watermark in Pages?

    I seem to remember there was a process by which an image could be use to create a watermark in pages but there is no longer anything in Help.  Is this still available?

    SG,
    Text Wrap:
    In the Wrap Inspector, with an object selected, you can select "Object causes wrap". The option causes the object to push text out of its way. You are telling me that you don't want this, so make sure the option is turned off.
    Background:
    The background layer is behind the text layer. If you want your objects (graphics, text boxes, shapes) to obscure the text that you type normally, leave the objects on top. If you would like to have the text overlay the objects, then send the objects to the Background.
    Section Master:
    Giving an object Section Master status causes it to repeat on every page of the section. That's every page of the document for most people since the average user doesn't make use of Section Breaks. I asked if your documents had more than 1-page, but I don't think you responded.
    Registration:
    You say you just want to type away on the text layer and have things line up with your background template. Good luck with that. You are going to have terrible problems with the pitch of your text matching the scale of your background object. You may be ok at the top, but by the time you get to the bottom of the page the chances are you will be off a half a line. Better to use Text Boxes and align each one with the appropriate region of the template.
    Dexterity:
    There are ways to deal with eye-hand coordination and steadiness issues. Objects can be shifted by using the arrow keys and they can be sized and positioned by using the Metrics Inspector. And, remember that you only have to do the tedious stuff once. After that, Save as Template
    The biggest problem I have with the new-fangled machines is that they are designed by kids with better vision than I will ever have again. They have no idea how much trouble us old guys have seeing the menus and instructions. The Mac App Store is one of the worst examples, where you can't even resize the text. The universal access tools for the vision impaired in System Preferences don't help me because I can't stand the look, or the loss of font smoothing. For critical work I reluctantly put on the strongest reading glasses and lower my nose to the screen.
    Good luck,
    Jerry

  • How to create Adobe interactiveform - Dyanamic page?

    Right now the adobe form showing only three pages, but we have data for about 4 pages. How to display dynamic page in the adobe form layout?  Currently we have 3 subform(subform1 - Flowed  and westen text, subform2 - Flowed and ToptoBottom, Subform3 - Flowed,  Westen text & Binding enabled Repeat subform for Each Data Item - Min count -1)    in the XDP template
    Could you please help on this issue?
    Thanks,
    Malar.

    H Malar
    Go through from given doc will give some light for the same
    [Dynamic IAF in WD |How to create a Dynamic IAF in WD;
    [Dynamic tables in Adobe Interactive Forms   |Dynamic tables in Adobe Interactive Forms;
    Best Regards
    Satish Kumar

  • How to create icons?

    How would an "average user" create custom icons?
    I own Illustrator and have XCode installed.
    I have looked through some of the documentation but it is not exactly helpful unless one has iconsets or icon folders, which I do not know how to create. I get that I can use iconutils via the Terminal to convert between .icns and .iconsets - Whoopdeeedoo!
    I have seen references to Icon Utility, but cannot locate it.
    Hmmm...

    I have seen references to Icon Utility, but cannot locate it.
    Moved to one of the add-on packages for Xcode.  Part of the Graphics Tools for Xcode package.
    Xcode: Add Icons, Images, and Effects

  • How to create a Login/Password page?

    Anyone know how to create a page where I can say - create a hyperlink on a text file and by clicking on that text file it takes them to a new page with a login screen? (from there I would create a page that once logged in takes to another page). just interested in the login page as default. I know i can password protect, create new site, etc. thats not what im looking to do....thanks.

    Drop.io is an easy to use, online file sharing service that provides users with a simple and private way to share images, video, audio, documents and other digital content through unique, user-created and controlled sharing points called 'drops' which are are protected from search engines...
    http://drop.io/about
    ...And there's a how-to video here:
    http://drop.io/howto

Maybe you are looking for