Modifying the content of system tags

I am hoping I am in the right place.
We are wanting to make changes to our search results page, in the way it is laid out.
To do this I need to make changes to {tag_description}.
Where do I go to make changes to system tags, or is it not possible.
And also if a tag is not available in the tag insert section of the editor, is there a way to make it available.

I want to be able to add the stock on hand to the seach results window for each item.
Is this even possible.
I also wanted to change the layout of the {tag_description}, so it was more readable than it is at the moment.....
Site is http://www.unibooks.co.nz

Similar Messages

  • Modify the contents in Dynamic HTML

    Hi friends,
    I want to modify the contents in a HTML page. This page is dynamically generated from some JSP. First of all, is it possible to modify the content in a HTML page that was generated at run time. If so, Pls. give me an example of the same.
    Tons of thanks in advance....
    SIVA

    Here's an example:
    You have a JSP page that has a form tag called myForm.
    You have a textfield named 'textField1' in the form.
    You have a button on the form with an onClick event, in the javascript
    function that is called for the onClick, you can change
    the contents of the textfield by writing something like this:
    document.myForm.textField1.value="new contents";
    For further information on this, I suggest reading up on Javascript. One book on this is 'Javascript, the definitive guide".

  • How to design and modify the content area in Dsktop Inerpage?

    hello:
         I have created my New Portal Desktop,but I don't know how to modify the content area in Dsktop Inerpage?
       Anyone can help me ?
       Thanks
        lexian

    Hi Le,
    What exactly do you want to modify. The Desktop inner page consists of your detailed navigation and the <b>Content Area</b> iview. The content area iview renders all the iviews, pages and whatever you add to your roles.
    So do you want to change the layout of this section or something else?

  • Weblogic-Modifying the content type

    Hi All,
    Is there a way to modify the content type in the Weblogic server.
    Basically what I want to do is, make IE6 to IE8 compatible for CSS3. I read somewhere that ".htaccess" file should be modified to make it work. I would like to add the below line...
    AddType text/x-component .htc
    So, where do I add this ?? Can some1 guide me as I dont know how to play around with WLS. I dont even know if there is such setting in WLS.
    WLS: 10g
    Thanks in advance..

    Tom and I exchanged several emails on this topic. It would appear that the problem (mail setting the content-type to ISO-2022-JP) is caused when certain characters in the quoted text of a reply are encoded; mail decides it needs to specify ISO-2022-JP. Characters identified as causing the problem are smart quotes and apostrophes. If you look at the apostrophe in the raw text it appears as =1B$B!G=1B(B and the smart quotes as =1B$B!H=1B(B and =1B$B!I=1B(B
    AK

  • How to modify the content of a xml element using java?

    Hi all,
    In my usecase I need to export some data from the database to the external file (Ms Word) using java.
    The data which I get from the database will be in the form of a xml file. In that xml file
    I got to modify the content of an attribute of a xml element in the java class. Kindly comeup with your help
    to achieve this.
    Thanks,
    Phanindra.
    Edited by: 887737 on Dec 5, 2011 5:52 AM

    Why don't you try Xerces2?Why don't you tell him to use the javax.xml APIs that are already built in? And that use Xerces2 under the hood? Instead of throwing out a suggestion that might lead to him adding another copy of Xerces into his application?
    @OP there are several techniques:
    - string replacement as suggested by jschell
    - XML parsing to a DOM and then use the DOM API
    - XSLT
    Which you should use depends on the complexity of your requirement.

  • Search for a tag in xml and modify the content

    Hi,
    I am quite new to using xml db and i want to know how to search a xml, modify a tag value inside xml and replace the content in xml.
    Please help me to find a solution for this.
    Regards,
    Sprightee

    Hi,
    First important thing : give your database version (SELECT * FROM v$version).
    Please also provide some sample data :
    - a typical XML document you're working with (or abridged version)
    - explain what change(s) you want to do, or give expected output
    - if you're using a table to store the XML (which is preferred), give the DDL

  • Parse out the contents of meta tag using HTML.Tag

    I need help with using the HTML.Tag class. I don't even know where to start...
    I want to make a method that allows me to pass in a very long string and the NAME of the meta tag.. and will return the contents of the meta tag.. any help will be super..
    sorry i do not have much of a code base to start with.. I am just guessing on how to get this to work..
    private String getMetatag(String content,String Metaname)
    String Metacontents;
    Object HTML.Tag.META;
    Object HTML.Attribute.NAME.Metaname;
         Object HTML.Attribute.CONTENT;
    return Metacontents;
    }

    One of the way to get started is to check out how to overide (extend) the class
    HTMLEditorKit.ParserCallback.. Lets say the class is called class A
    Overide the methods for
    HandleSImpleTags( HTML.Tag t, AttributeSet attribute, int pos) { }
    roughly, the implemenation in that method is like this:
    HandleSImpleTags( HTML.Tag t, AttributeSet attribute, int pos) {
    if(t.equals(HTML.Tag.META) {
    /// your procedure, what to do when encounter META tag
    // String str = (String) attribute.getAttribute(HTML.Attribute.NAME);
    // System.out.println(str);
    You would still need to find some detail examples on how to use class A .
    Roughly it is,
    parser.parse(inputstream, an_instance of_class_A, true); // method in a outer class like a main class
    parser is a instatiation of from the method getParser. This method need to be overidden as well.

  • Where can I modify the content of #BOX_BODY#

    Hi,
    when I run my page, the #BOX_BODY# code is translated if you view it by viewing the source of html page.
    It creates a table(<table width="100">...)
    I'd like to modify the cellpadding and cellspacing of that dynamique table.
    I've checked the templates to no luck
    Does one know where can this be modified ?
    Thanks,
    Regis

    Hello,
    I've put and example of what I consider the easiest solution right here.
    http://htmldb.oracle.com/pls/otn/f?p=11933:28
    Put all your regions in one column. Then using HTML regions with "No Template" build the table to hold those region. This will allow you complete control of the particular table cell the hold the region.
    This is the region setup running on that page. The region titles of the regions that hold the html mirror what should be in the region content section.
    Display Point: Page Template Body (1)
    <b>* HTML: &lt;table&gt;&lt;tr&gt;&lt;td valign="top"&gt; (0)</b>
    * HTML: Page Template BODY_BOX (70)
    <b>* HTML: &lt;/td&gt;&lt;td&gt; (72)</b>
    * HTML: Page Template BODY_BOX (Column 2) (130)
    <b>* HTML: &lt;/tr&gt;&lt;tr&gt;&lt;td valign="top"&gt; (131)</b>
    * HTML: Page Template BODY_BOX (Row2 (140)
    <b>* HTML: &lt;/td&gt;&lt;td valign="top"&gt; (141)</b>
    * HTML: Page Template BODY_BOX (Row2 (150)
    <b>* HTML: &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; (160)</b>
    Carl

  • How to modify the content of a file

    Hello All,
    If anyone of you can help me in modifying the file conent.
    let's say for example, to modify the properties file.
    I've my.properties file with keys and values as follows.
    show=false
    secure=false
    test=false
    I would like to change the "false" value to "true" of any of the keys.
    java /jsp code would be helpful.
    appreciate your help in advance.

    OK..
    Break the problem down.
    You need to:
    1- Read the file into a String/String[]
    2- Parse the file into its individual elements
    3- change some of those elements
       This involves searching the string for the index of where a particular word or combination occurs, and then finding out the value that follows it, and then changing that value...
    4- re-construct the file
    5- write the fileDoes the format of the file have to be the way you've presented it above? (Personally, I'd use a pseudo-XML tag style)
    <productdisplay>true</productdisplay>
    <stockdisplay>false</stockdisplay>
    <addtobasket>true</addtobasket>~Dave

  • How to modify the contents of a configuration file using j2me

    Hi,
    I'm developing a Application in j2me wherein i need to overwrite the existing contents of the configuration file(settings.cfg) with the value's that i have entered thru the front end. I was able to open and read the contents of the configuration file as follow's
    InputStream is = getClass().getResourceAsStream("/settings.cfg");
    Now, i need to remove the existing and updte it with the new content, how do i do it.. Kindly please help me out..
    Thanks

    Didn't you hear me the first time?
    http://forum.java.sun.com/thread.jspa?threadID=701360&messageID=4068435#4068435

  • How to modify the contents of a text file stored along with a midlet

    Hi,
    I have been developing a application in j2me wherein i need to first read the contents of the text file stored along with the midlet and later erase the existing content and update it with some text.
    I was able to read the file in the following manner
    InputStream is = getClass().getResourceAsStream("myfile.txt");
    Now i need to erase the contents and then update it the new content, how do i do it. Kinldy please help me out. It is very urgent.
    Thanks

    Didn't you hear me the first time?
    http://forum.java.sun.com/thread.jspa?threadID=701360&messageID=4068435#4068435

  • Modify the contents of xquery resource using customization file

    I have a xquery resource that stores constants that are environment specific.
    Is there a way to use the 'customization file' feature in OSB to replace the contents of the file instead of having separate xquery resources for each environment ?

    You cannot do this using the customization feature..

  • Can't modify the dock in system preferences.

    I was wondering if anyone knew the problem on why I am not able to modify most of my dock.I can not change the size, magnification, position of screen, minimizing windows,, and animate opening applications. I was wondering if anyone knew how to fix that. Because it happened recently.
    Thanks.

    Hi jdugery,
    I apologize, I'm a bit unclear on the exact nature of the issue you are describing. If this issue is only affecting your Dock settings in System Preferences, it may be a permissions issue. You may find the following article helpful:
    About Disk Utility's Repair Disk Permissions feature
    http://support.apple.com/kb/HT1452
    Also, if you have recently used Get Info "Apply to enclosed items..." command and/or changed any of the permissions on any items in your Home folder, you may also find this more specific article useful:
    OS X: After "Apply to enclosed items…", unable to change prefs, remove or save files, iPhoto & iTunes issues, Preview & …
    http://support.apple.com/kb/TS4040
    Regards,
    - Brenden

  • How do I move or copy the contents of one tag to another ?

    No-one was able to answer my question about how I can input data into the Description tag for several tracks at once (Description not being a field listed in the Multiple Item Info window).
    So, thinking along different lines ... Comment IS a tag that is shown but I'm already using it. What I would like to do therefore is to move all the data from Comment to Description (in one go), then I can start using Comment for new data via the Multiple Item Information dialogue.
    How do I move this data from one tag to another? Is there, for example, a Doug Script to do it that anyone knows of?

    No-one was able to answer my question about how I can input data into the Description tag for several tracks at once
    -> Enter Description Text for Selected v1.1
    "This script will apply user-entered text to the "Description" tag of each of the selected tracks."
    How do I move this data from one tag to another?
    Can't find a script to do this.
    However, you can add to the Comments field and leave what is there.

  • Modify the content of a table inside function module

    if line_bill-cust_no = line_cust-cust_no.
        line_cust-tot_amt = line_cust-tot_amt + line_bill-bill_amt.
        MODIFY it_cust1 FROM line_cust transporting tot_amt  WHERE  cust_no = line_bill-cust_no.
    inside the function module in se 37 i am getting an error .
    The specified type has no structure and therefore no component called tot_amt....          
    actually if im running this code inside the se38 editor its running fine . but i want to do this inside a function module. when i tried to do this im getting the above error
    kindly help me in resolving the problem.

    hi arunima ,
                       i have declared the tables in the changing tab.. my problem is , how to access the line of the table inside the function module .
    for ex:
    loop at itab into wa where field1 = 'field2'.
    i have declared the wa in the function module but still it gives the error that field1 is not recognisable...
    how to resolve this...
    kindly help me out.

Maybe you are looking for

  • Yahoo Accounts in Mountain Lion

    Has anyone had an issue setting up a Yahoo Account in system preferences in Mountain Lion?  It constantly rejects the password even though I can login fine on their website.  I'm not sure if its anything to do with the domain name being @yahoo.co.uk

  • Data column number formatting in Excel

    Can I overwrite the formating for the data columns in excel? For calculation purposes I need 2 decimal places defined for the data columns but when I display I dont want to see the decimals, I want to see the rounded number. But I cannot format this

  • [RESOLVED Maybe] How to save Panorama/Tab Groups?

    when i close FF and clean cookies and browsing history ..and then re open FF ..my panorama groups are lost ..also how do i make a certain group open as the default group when i reopen FF? Thanks

  • How to create dblink to sqlserver in unix?

    I have a oracle database(9i) running in unix server(AIX). and I need to create a dblink to sqlserver. So all clients can use this dblink to query data from sqlserver. Q: How to create dblink to sqlserver in unix? Thanks for your replys

  • JComboBox look problem

    Here is what I need to do. I have to build a ComboBox that will have a different graphic than the arrow pointing down. I want to place a .gif instead of the arrow. Also, the comboBox should always show the entire .gif files, not just a part of it. Ba