custom in the dsp tag attributes

Hello

I need to have the attribute of HTML5 in dsp: a tag.
"e.g. < a class =" "href =" "data type =" "/ >

The data type and other attributes of HTML5 are not supported by taglib dsp. How can I achieve it.

--
Angelique

Hello

5tags HTML are not supported until ATG 10.0.3. Lets hope it will be available in the next version. For now you can adjust you the HTML design so that it is aligned according to ATG.

~ Abdelali

Tags: Oracle Applications

Similar Questions

  • The custom group name keyword tag - Mac PSE10

    Under the tab preferences for camera or a card reader, I see a checkbox control that I chose to do 'Custom group name' label keyword.  How this feature is available to change this option and use this tag?  I can't find the specific area. It will appear in the Organizer on the right side with the keyword tags?  What users find this feature very useful for?  Thanks in advance.

    Yes. I don't think that it is widely used. It is a bit like a folder name used automatically in iPhoto as an event.

  • 'Value not completed for attribute "in the XML tag". (SBL-UIF-00265) »

    To get this message when I change a Web layout for a display in Siebel tools 7.8.2 "unfinished value for the attribute"in the XML tag". (SBL-UIF-00265) «... Anyone has an idea why I get this message?

    Hello

    Check the webtemplate to view file. The WT file may contain a double quote in some tags. Maybe it's the cause of the error. U have changed the SWT file by accident. Refer to ID 1280569.1 Web of Support of Oracle for more information.

    Kind regards
    Joseph

  • Validation of attribute of the CFQUERY tag error

    I have a CF app that works well on a shared hosting. I have now a VPS running the version of CF 9. When I try to use it on the VPS, I get the following error:

    Validation of attribute of the CFQUERY tag error.

    The value of the datasource attribute, which is currently ", is not valid.

    The data source is defined in application.cfc and again works very well in the shared environment.

    The only differences is the shared is running on Windows, and the VPS is Linux. In addition, Windows running the 9,0,1,274733 version and Linux is 9,0,0,251028

    Any help would be greatly appreciated.

    If the file in question is really called "application.cfc" then that's your problem.  This is supposed to be 'Application.cfc '.

    --

    Adam

  • Customized by default for the img tag

    Hi all

    I've always used HomeSite for HTML coding in the past, I like the interface and the direct control of the HTML code, however, I'm experimenting with the use of Dreamweaver. While the coding of templates for our email marketing solution [link removed by Moderator] I noticed that when you import images, Dreamweaver is not automatically add the border = '0', the height or width attributes. Y at - control to have these added by default?

    Look forward to your responses.

    Thank you very much

    Pete O'Connell

    PeteOConnell wrote:

    When you import images, Dreamweaver does not automatically add border = "0", the height or width attributes. Y at - control to have these added by default?

    Dreamweaver adds height and width automatically if it can detect the dimensions of the image. However, you have reason it adds not the attribute border, because it is deprecated in HTML.

    If you want to change the default behavior, you can do so by editing the JavaScript file that inserts images. In Dreamweaver CS5, this is C:\Program Files (x 86) \Adobe\Adobe Dreamweaver CS5\configuration\Objects\Common\Image.js (Windows) or Applications/Adobe/Adobe Dreamweaver CS5/configuration/Objects/Common/Image.js.

    Modifying the files in the configuration folder is relatively simple, if you're careful and you know what you're doing. Make a backup in case you're wrong.

    45-49 lines insert the image tag. They look like this:

      if (imgDim){
        rtnStr= '';
      }else{
        rtnStr= '';
      }
    

    Add border = '0', change them like this:

      if (imgDim){
        rtnStr= '';
      }else{
        rtnStr= '';
      }
    

    As you can see, rtnStr in the first half of the conditional statement adds the width and height if they are detected. You can add them to rtnStr in the else clause if necessary.

  • The values of attributes and tag at the same time XML access

    Hi all,

    I do a few experiments with Flex, but I already have some experience with Flash and AS3.

    What I try to do, is to make a small application that uses the Web services of the Weather Channel. The first part of the request is to ask the user for his location. Then the location is sent to the Web service and the system returns a XML document with possible matches. The user chooses one, and weather information are displayed.

    I have no problem with navigation, or passing results from one stage to the other, but I'm having a problem, I think it's an easy fix, but I can't get a light or an answer from what I've seen of these forums or webasites... I suspect it's because the format of the XML that is returned.

    For example, my request is this: http://XOAP.weather.com/search/search?where=Aveiro

    wich return two possible locations, in this way:

    < Search worm = "3.0" >
    < loc id = "BRXX1094" type = "1" > Aveiro, Brazil < / loc >
    < loc id = "POXX0006" type = "1" > Aveiro, Portugal < / loc >
    < / Search >

    Well, I want to display in a Datagrid control in the 'id' attribute and the 'loc' tag value, that is, "Aveiro, Brazil" and "Aveiro, Portugal.

    I set the DataGrid like this:

    < mx:DataGrid x = "10" y = "53" width = "365" id = "dgLocation" dataProvider = "{wSearch.lastResult.loc}"itemClick = "callService (event)"; > "
    < mx:columns >
    < mx:DataGridColumn headerText = "Localidade" dataField = "loc" / >
    < mx:DataGridColumn headerText = "Reference" dataField="@id"/ >
    < / mx:columns >
    < / mx:DataGrid >

    In the 'col' dataField, shows nothing, and the "@id" shows the correct information. Because I don't have that 'loc' tag in the main root tag, how can I get the values of teir? With labelFunction? How you would write it for the information?

    This is my last try:

    private void getLocationName(item:Object,_column:DataGridColumn):String {}
    var xmlitem:XML = XML (item);
    trace (XMLItem.loc.ToXmlString ());
    Return item.loc;
    }

    Any ideas are welcome. Thank you.

    This seems to work:

    
    
      
        
      
      
      
        
          
          
        
      
    
    

    If this post answers your question or assistance, please mark it as such.

    Greg Lafrance - Flex 2 and 3 certified ACE

    www.ChikaraDev.com

    Flex / development, training, AIR and Support Services

  • the div tags not included inside of div tags attributes

    I create a new site using DIVs for the first time. I have a div that includes a class called container for everything for the page. There is no error in the code.

    Inside of this, I have a div for the header, a main content div, and a div for the sidebar. Each also contains a class style. They are all certainly contained in the opening tags and closing div for the .container.

    However, the color that I've assigned to the background in the container div only applies to the header. Other class styles do not have assigned colors and display the page background color, not the color of the container.

    When I select the container div, it selects only the part of the page header and does not include the main content or the sidebar. I suppose that what I have done wrong is something simple, but have no idea how solve this.

    I hope I included enough information that someone will be able to help me with this. I spent an hour on this issue! :-)

    Thank you

    Marcy

    Are the sidebar and MainContent divs fluttered side-by-side like this?

    Header

    MainContent Sidebar

    If so, you are experiencing margin collapse caused by 2 floats in the parent container.  To resolve this problem, add overflow: hidden to the CSS of the parent container.

    . Container {}

    overflow: hidden;

    }

    Nancy O.

  • Error when parsing the file ' value of the 'src' attribute is not valid; must be a URI'.  ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10): error while parsing the file ' "ol" element not allowed here; wait for the end-tag of t

    The members of the Forum kan help you

    Validation by using version 3.0.1 EPUB rules.

    ()https://github.com/IDPF/epubcheck( )

    December 9, 2015 15:27:33 THIS

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

    WARNING (OPF-007) to 'Hetgeheimfietsen.epub/OEBPS/content.opf' (line 2, column 227):

    Re-declaration of prefix reserved "rendition."

    ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10):

    Error when parsing the file ' "ol" element not allowed here; waiting for the end-tag of the element or element "li" '.

    WARNING (CSS-007) to "Hetgeheimfietsen.epub/OEBPS/css/idGeneratedStyles_0.css" (line 60, col 2):

    Police made OEBPS/font/CambriaMath.ttc refers to fonts not standard type application/x-police-FTT.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-1.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-2.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    Check the finish with warnings or errors!

    In the file Toc delete the second "ol", as well as closing like Epubcheck duplicate codes

        the one after the other (delete the other)

    1. Why is not open the window of the attributes of the accessibility of the input tags?

      I am creating a form. When I insert a text field, the accessibility of the flags entry attributes window does not appear.

      PC, Windows 7, in Design view.

      You don't tell us what version of DW you use.  But I guess you have CC or CC 2014 and this feature has been removed.   See the link below for more details on the making of the HTML5 forms in DW CC (video)

      http://TV.Adobe.com/watch/learn-Dreamweaver-CC/HTML5-forms-workflow/

      Nancy O.

    2. How to add form fields to the form of attributes

      Does anyone know if the channels of its possible to add the custom text in the form of attributes in a list (product great view) product.

      I created a checkbox control in a new attribute of product but this box has also two string text fields I need to insert that will define the object checkbox.

      i.e.

      CheckBox checked = |  String [name] |  text string [number]

      Thank you

      Wayne

      You want to use is the field of details of capture.

      When you check on a product and you have this tag in the layout, it will make a text box.

      You can use this for details of captcha that come through the order in the system.

      If you have several fields for different things, you can create those of the disposition of the proceeds, CSS hide the data text box captcha box and fills with javascript based on the field that you create.

      You can also add new fields to your web form to the registration form buy as its functionality is still a custom web form. You can add to that in the admin, update the registration purchase arrangement with the shape that they include those. You can create those to be both custom fields CRM, if you

    3. Firefox audio tag: Player of the audio tag cannot be displayed if javascript is disabled?

      HTML5 audio tag:

      Everything works well, if javascript is enabled.
      If I turn off javascript, player disappears. If the audio tag "autoplay" attribute is set, you can listen to the audio, but it is not all controls and not just any player on the screen - it's just empty.

      The same problem occurs with the html5 video tag.

      It seems that it is a known bug in Firefox. Unfortunately there is no solution yet:
      https://Bugzilla.Mozilla.org/show_bug.cgi?id=449358

    4. The "alt" tag never appears for the photos! ??

      I'm a web designer, and whenever I try to use the alt tag for the images it never appears.
      "Alt" tag is a part of the HTML languageand that of the written word to make sure that the site visitor will see or understand the content of the photos, even if it has a bad connection.
      as follows:

      Everything is fine with the width or height, but when it comes with the 'alt' it never appears.
      I tried on IE and Opera, and it works.
      Please if you know how can I solve this problem send me a
      der. [email protected]
      IT IS URGENT
      Alt tag does not work http://www.w3schools.com/html/tryit.asp?filename=tryhtml_images2
      I have attached a link for "W3SCHOOL" hover over a photo and you will find no writing

      ALT is not for ToolTips, this is the bad behavior of Internet Explorer. To display a ToolTip, you must use the title attribute. Indeed, in order to create a real web standards compliant Web pages, you must specify both. ALT is shown if no image is available, the title is for the ToolTip.

      See https://developer.mozilla.org/en/Mozilla_Web_Developer_FAQ

      USE: alt="Google Chrome" width="33" height="32" title="my tooltip"
      
    5. regular expression for the xml tags

      Dear smart people of the labview world.

      I have a question about how to match the names of xml text elements.

      The image that I have some xml, for example:

      Peter

      13

      and I want to match all of the names of elements, that is to say: no, son, grandson, age, regardless of any attribute have these items. There is a regular expression, I can loop, that can do this? (Something like "\<.+\> ". "") It is no good because it matches the entire xml string.) I'd really only two different expressions, one for the match start elements, e.g. and one for the correspondence of the elements, for example.

      Thanks for your help in advance!

      Paul.

      The site Of regular Expressions will be very convenient.

      They have some good tutorials on regexp with a demo of the XML tags:

      Here is a small excerpt:

      The regular expression <\i\c*\s*>matches an opening of the XML without the attributes tag corresponds to a closing tag. <\i\c*(\s+\i\c*\s*=\s*("[^"]*"|'[^']*'))*\s*>corresponds to an opening with a number any attributes. Put all together, <(\i\c*(\s+\i\c*\s*=\s*("[^"]*"|'[^']*'))*| i\c*)\s*="">corresponds to an opening with attributes or a closing tag.  (source)

      If you want advanced XML analysis I suggest JKI XML toolkit.

      Tone

    6. How to map the same tag of the element with a different value in BI Publisher rtf model.

      Hello

      I have an xml file with the same name in the < tag > element and I do not know how to associate the same < tag > element to different string in the document rtf template attribute.

      For example: "' Eswitch <number > is repeated in this xml file, when I am mapping this element to the document rtf with a different string, I have same value 'D00002 ' . I should get values D00002 and DMR00002.

      < document >

      < TitleBlock >

      < number > D00002 < / number >

      < itemType > Document < / itemType >

      < lifecyclePhase > preliminary < / lifecyclePhase >

      < description > gtedgg < / description >

      < shippableItem > n < / shippableItem > < / cartridge > < / Document >

      < DMR >

      < TitleBlock >

      < number > DMR00002 < / number >

      < itemType > DMR < / itemType >

      < lifecyclePhase > preliminary < / lifecyclePhase >

      test nomenclature model bom1 < description > < / description >

      < POS > < value > Test < / value > < / POS >

      < shippableItem > n < / shippableItem > < / cartridge > < / DMR >

      < / AgileData >

      I followed steps below for map document model rtf with the same tag xml with a different value.

      1. install Office word 2013.

      2 BI Publisher for desktop software installed. It will add a BI Publisher plugin to the word document.

      3. with the help of desktop publisher BI, created a model of document rtf file.

      4 imported the document rtf template example xml file.

      The data is loaded successfully.

      5 tires model rtf field symbol to map the tags to xml to rtf document attributes element.

      7 saved the document in PDF format.


      Thank you

      Please mark it correct so that it is useful for others to find the solution to a similar request.

    7. What is the name of the table that has the name of the custom in the Oracle database Section?

      What is the name of the table that has the name of the custom in the Oracle database Section?

      Thank you

      Nefertari

      The names of the custom Sections are stored in commonExtendedAttributeML, the extended attribute table.

    Maybe you are looking for