Item label help no longer allows HTML

Hi.
Moved to V4 from V3. The help text when displayed now escapes the HTML I have in place. I use DB functions to return help text (which include HTML markup) into a "hidden"-type field. That is then used in the help text definition for another item (i.e. P500_ITEM's help text field defined as "&P500_ITEM_HELP."). This worked in 3 but in new version, thw HTML is escaped. I have researched all the XSS, "save session state", display-only, etc. stuff I could find but there seems to be no solution.
How can I get HTML markup to render in the new-style JQuery Help dialogs in Apex 4?
Thanks.
-K

Hi,
Moved to V4 from V3. The help text when displayed now escapes the HTML I have in place. I use DB functions to return help text (which include HTML markup) into a "hidden"-type field. That is then used in the help text definition for another item (i.e. P500_ITEM's help text field defined as "&P500_ITEM_HELP."). This worked in 3 but in new version, thw HTML is escaped. I have researched all the XSS, "save session state", display-only, etc. stuff I could find but there seems to be no solution.How can I get HTML markup to render in the new-style JQuery Help dialogs in Apex 4?>
It is a new "feature". Use APPLICATION ITEM. See {thread:id=2411541}
Searching helps ! ;)
Cheers,

Similar Messages

  • My Itunes is no longer allowing me to manage my music on my phone i can no longer select on my iphone to make playlists and delete music. Please help fix my problem.

    My Itunes is no longer allowing me to manage my music on my phone i can no longer select on my iphone to make playlists and delete music. Please help fix my problem. Iphone4s, 32gigs, IOS 7.1.2
    I don't know why it stopped working but it happened a month or two ago but the option on this phone that's usually all the way to the left when you select your device but now its not and I don't know what caused it. ive already tried troubleshooting my problem but have found no help.

    Hello Salmomma,
    Thank you for the details of the issue you are experiencing when trying to connect your iPhone to your Mac.  I recommend following the steps in the tutorial below for an issue like this:
    iPhone not appearing in iTunes
    http://www.apple.com/support/iphone/assistant/itunes/
    Additionally, you can delete music directly from the iPhone by swiping the song:
    Delete a song from iPhone: In Songs, swipe the song, then tap Delete.
    iPhone User Guide
    http://manuals.info.apple.com/MANUALS/1000/MA1658/en_US/iphone_ios6_user_guide.p df
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Hi, i have a canon 60d and i have been importing videos from it onto my mac for months but suddenly when i go on image capture or iphoto it no longer allows me to import them help!!!

    Hi, i have a canon 60d and i have been importing videos from it onto my mac for months but suddenly when i go on image capture or iphoto it no longer allows me to import them help!!!

    Have you launched and tired Image Capture? When it's launched with the iPad connected the photos will display in the window.  Select those you want to upload and use the Import to: menu and select Other.  Navigate to the Desktop and select the folder you created to hold those photos.

  • Problem in displaying text inside the item label - JFREECHART

    Hi All,
    I dont know whether this is the right place or not to post the queries related to jfreechart here .
    I am facing a problem in displaying the text inside the item label in jfreeChart. I am trying to print the text in 2 lines one below the other at the top of each bar in waterfall chart.
    Please find the code below in next post. The problem i am facing is it is neglecting the new line character . If any one knows how to display the text one below the other please help me out .
    Thanks in advance .
    Regards,
    Diw

    i am facing the problem in pasting the complete code as its exceeds the message text limitiation, please find the link below for the code .
    http://www.java-forums.org/java-2d/12087-problem-displaying-text-inside-item-label-jfreechart.html#post36648
    Early response will be appreciated . Thanks in advance
    Regards,
    Diw
    Edited by: Diw on Sep 30, 2008 11:15 AM
    Edited by: Diw on Sep 30, 2008 11:16 AM

  • Item Label with special Character

    Hi All,
    I trying to Conditionly  name the ladel of an item with two different special character accoding to the condition
    Two characters are
    asterisk    *            
    Diamond  -  equivalent HTML code is & #9830;
    {Code}
       IF (codition is true )
       THEN
          :P1_X := '*';
       ELSE
          :P1_X := '<sup>&#9830;</sup>';
       END IF;
    {Code}
    When i try to sustitute this value to my Item label using &P1_X , it is displaying the whole value (<sup> &#9830;</sup>) instead diamond symbol.
    Can any one help me out in this ?
    Thanks in advance for your help.
    Regards,
    Aru

    The label can be change on page load using some jQuery, for example:
    $('[for="P1_X"] SPAN').html('♦');and
    $('[for="P1_X"] SPAN').html('');You may need to adjust it based on your item template.
    Depends of your condition, the label can be set using Dynamic Action or a javascript function called on page load (you may need to set the condition True/False in an hidden item on your page so the JS will be able to check it).

  • "Client" tag no longer allowed in ipws 6.0 ???

    Hi all,
    I'm configuring a new webserver using iws6.0. I used to manually add something like this in obj.conf in iws 4.1
    <Client urlhost="www.mytest5.com">
    NameTrans fn="redirect" from="/" url="http://10.42.50.18/cgi-bin/test/login.jsp?host=test5"
    </Client>
    <Client urlhost="www.mytest6.com">
    NameTrans fn="redirect" from="/" url="http://10.42.50.18/cgi-bin/test/login.jsp?host=test6"
    </Client>
    but when I tried to add these lines in obj.con in 6.0, I can't start the server, error log said:
    Invalid configuration: File server.xml, line 32, column 15: Error processing obj.conf line 3: Client tag is no longer allowed in this release of iWS.

    Hi Gary,
    After iWS 6.0SP2, the the <Client> tags are allowed and can be used in obj.conf files. So try using the latest release of iWS60(sp4) and it should work fine, you can download the same from:
    http://wwws.sun.com/software/download/download/5289.html
    Hope it helps!
    Thanks
    Manish

  • Item Level Help with APEX_ITEM

    I manually created a report using APEX_ITEM (APEX_ITEM.SELECT_LIST(4,'Y','Yes;Y,No;N') FIELD4). The items are set to 'Standard Report Column'. I was looking for a way to have the item label show as a link and associate some help text with it (just like a form item). Is it posssible to do this?

    Try specifying something like
    <a href -  "javascript:help('Field4')"> Field4 </a> (Note '-' is actually to be '=')for the 'column heading' field of the 'column attributes page' .
    Varad
    Edited by: varad acharya on Jan 8, 2009 7:42 AM

  • New Pages no longer allows SECTIONS (in thumbnail view window) to be re-arranged like before?

    New Pages no longer allows SECTIONS (in thumbnail view window) to be re-arranged like before? You could drag and drop sections within your document the same way you could drag and drop pages in Preview's PDF documents. So how do you re-arrnage your document now?
    ALSO
    You used to be able to duplicate/copy a section/page by draging it with OPTION-LEFT-CLICK to a space below or above in the thumbnial window. The same way it works in PREVIEW in a PDF document. Did I miss something or is this also a bug?!
    These were extremely helpful to me and I hope many others. Can anyone help!?
    Thanks :-)

    Apple has removed over 90 features from Pages 5.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5 and rate/review it in the App Store, then get back to work.
    Peter

  • Apex Page Input Item Label Conditional Style at run time

    Hi,
    Apex version 4.2.1.00.08
    We have an issue after migrating to apex 4.2.1. We have a select list and use another couple of dummy items to be used as its label instead of giving the text value to the LABEL control. Only one of the dummy items is shown as a label for the select list conditionally based on another value. It was working fine with the earlier versions upto 4.1, but with the introduction of grid in 4.2, its now displaying the select list on a new row (ie the lable in one row and the select list on the next row).
    However, we really would like to solve this by having a way to display the label of the select list either in "required format style" or as an "optional style". The display style should be determined only at runtime.
    Example. Say P100_MY_SELECT_LIST is the select list
    The label for this item is "My Select List Label"
    I have another dummy item P100_DUMMY
    if P100_dummy = 1 then the label "My Select List Label" should be displayed in red and with an * *My Select List LabelOtherwise it should be in black and without * My Select List LabelPlease help how to do this.
    Thanks in advance.
    Regards,
    Natarajan

    Well, I deviated with the various other things, and finally needed to get it fixed now. I find my own solution by having a Label Template which creates an ID for every label of the input item and calling a couple of javascript functions thro dynamic action.
    1) Create a label template "FormFieldDynamic" as follows
    In the template definition "Before Label"
    <img src="#IMAGE_PREFIX#requiredicon_status2.gif" alt="Required Field Icon" /><label for="#CURRENT_ITEM_NAME#" id="#CURRENT_ITEM_NAME#_LABEL" tabindex="999" class="itemLabel">in the "after label"
    </label>Note, I am having the image for the * always with the laebl and creating an ID for the label with id="#CURRENT_ITEM_NAME#_LABEL" .
    I have created a couple of javascript function to show the label dynamically as required or optional.
    function setLabelRqd(item) {
         var v = item+'_LABEL';
         var pid = document.getElementById(v);
         if (!((pid===null)||(pid===undefined))){
              pid.style.color = "red";
              $('#'+v).prev().show();
    function setLabelOpt(item) {
         var v = item+'_LABEL';
         var pid = document.getElementById(v);
         if (!((pid===null)||(pid===undefined))){
              pid.style.color = "black";
              $('#'+v).prev().hide();
    }Use the template if the input item (label) is dynamically set as Required or Optional at runtime based on a value of another item.
    How to:
    1.     Select the template FormFieldDynamic for the input item.
    2.    Create a dynamic action triggering on the change event of the page item which holds the conditional value to set the input item label as required or as optional.
    Under the When Section
    a.     Event => Change
    b.    Selection Type => Item(s)
    c.     Item(s) => PXXX_ITEM_NAME (The item that holds the conditional value to set the label for the input item
    d.    Condition => equal to
    e.     Value => Enter the value  for which the label needs to be displayed in Required format.
    f.     Set True Action
                                                              i.    Action => Execute Javascript Code  (Identification)
                                                             ii.    Fire on Page Load => checked (Execution Option)
                                                           iii.    Code => setLabelRqd(‘PXXX_ITEM_NAME’);  (Settings)  /*Call the javascript function to set the label as required*/
                                                            iv.    Selection Type => Item(s) (Affected Elements)
                                                             v.    Item(s) => PXXX_INPUT_ITEM1[,PXXX_INPUT_ITEM2]…
    g.     Set False Action
                                                              i.    Action => Execute Javascript Code  (Identification)
                                                             ii.    Fire on Page Load => checked (Execution Option)
                                                           iii.    Code => setLabelOpt(‘PXXX_ITEM_NAME’);  (Settings) /*Call the javascript function to set the label as optional*/
                                                            iv.    Selection Type => Item(s) (Affected Elements)
                                                             v.    Item(s) => PXXX_INPUT_ITEM1[,PXXX_INPUT_ITEM2]…It finally works for me :) and hope this will be helpful to others too. I will greatly appreciate anyone to mention it here if this helps for him.
    Thanks,
    Natarajan

  • My iPhone 4s will no longer allow others to send me a text message

    My iPhone 4s will no longer allow others to initiate a text message with me.  I think I have pin pointed the issue, but I don't know how to fix it.  When I go to Settings - Messages - Send & Receive, it has both my phone number and my email but it only will allow me to check the email account.  Therefore, if people don't have this email stored in their phone, then it won't allow them to initiate a text message to me.  They can reply to my texts, but it comes up as my email address vs. my phone number.  I have tried to reset my networks, but that didn't help either.  I have not downloaded the new iOS 7.0.4 yet.  Does that have something to do with it or how can I fix this because I'm on the road for business and I won't have a chance to download it until I get home on Sunday! 

        I'm sorry you have not been able to utilize your text messaging AlaynaFHirsch. I recommend downloading the new software to your phone. It will definitely help with functionality issues. Are you using a 3rd party messaging application? Have you tried to perform a restore on your account?
    KinquanaH_VZW
    Follow us on Twitter @vzwsupport

  • HT201269 Hi my I phone 5 will no longer allow my PC to copy photos as i once did before i accepted the 7 upgrade, i use cable to connect

    Hi, My I phone 5 will no longer allow my PC with cable to identify that i have new photos to copy, all was fine untill i accepted the new 7 upgrade download.
    thank you Michael

    Hi there BDempster,
    You may find the information in the articles below helpful.
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    iTunes 11 for Windows: Sync contacts, calendars, and other info with iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12317
    You can use iTunes to sync the contacts, calendars, notes, Safari bookmarks, and email account information on your computer with your iPod, iPhone, or iPad. iTunes also syncs this information from your device to your computer—for example, if you add contacts on your iPad, syncing adds those contacts to Windows address book or Outlook Express on your computer.
    -Griff W. 

  • IMovie HD "help" no longer works

    After importing the second video of my movie (from old 8mm film, put on disc) to edit, my iMovie "Help" no longer works. Worked after the first but not after the second. Says there is still 184GB available.

    I don't know whether this will help as it is really connected with the MacOSX Help Viewer but it may be worth a try. It is the section entitled "Reset the Help Viewer":-
    http://www.thexlab.com/faqs/helpviewer.html
    Ian.

  • My airport time capsule will no longer allow our iPhones or vizio smart tvs to connect to it, though my iPad air mac mini and mac air connect fine. Why is this? does a recent software update have anything to do with it?

    my airport time capsule will no longer allow our iPhones or vizio smart tvs to connect to it, though my iPad air mac mini and mac air connect fine. Why is this? does a recent software update have anything to do with it?

    What model is your TC? What is the firmware?
    I recommend you do a factory reset and use short names.. not apple recommended names.
    Short.. 2-20 characters .. less than 10 even better.
    No spaces.
    Pure alphanumeric.
    Set fixed channels for 2.4ghz wireless.. test with 11, 6, 1 at least.
    That often helps.. if not and is old, ie Gen1-4 go back to 7.6.1 firmware which is far more solid.

  • Recently, iPhoto will no longer allow my to export photos onto my folders on my desktop. It just says that it is unable to create file. Not sure why this is happening?

    iPhoto is no longer allowing me to export & resize photos into a file on my desktop. It just states that it is Unable to create file on desktop. I'm not sure what this means on how to correct this issue. Any support would be greatly appreciated!

    Then do the following:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot.
    If Fix #1 fails to help continue with:
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download IPhoto Library Manager 4 for OS XC 10.6.8 and iPhoto  8.1.2 and later  or iPhoto Library Manager 3 (for OS X 10.5.8 and iPhoto 7.1.5 and earlier) and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu (iPLM 3) or Library ➙ Rebuild Library menu (iPLM 4) option.
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Setting colors for item labels in JFreeChart (WaferMapRenderer)

    Hi,
    first of all, sorry for posting a JFreeChart related posting on this forum, but I didn't get a solution right now (I even didn't find anything useful on the JFreeChart website/forum). Here's my question...
    I'm trying to set the color for item labels in the legend but with no success.
    Here's a code example:
    final JFreeChart chart = ChartFactory.createWaferMapChart(
        "Wafer Map Demo",         // title
        dataset,                  // wafermapdataset
        PlotOrientation.VERTICAL, // vertical = notchdown
        true,                     // legend          
        true,                    // tooltips
        false
    WaferMapPlot plot = (WaferMapPlot) chart.getPlot();
    WaferMapRenderer renderer = new WaferMapRenderer();
    renderer.setSeriesItemLabelPaint(0, Color.red);
    renderer.setSeriesItemLabelPaint(1, Color.blue);
    plot.setRenderer(renderer);The default behavior of the WaferMapRenderer is also strange because the item label as well as the item marker is painted black so you cannot distinguish different fields of the wafer map. Is this a bug or am I doing something wrong (or missing somehting)?
    Any help would be greatly appreciated.
    Thanks and best regards,
    - Stephan

    Your folder action script doesn't work because of one simple error:
    set label index of every item of entire contents of processFolder to 7
    Nowhere in your script is 'processFolder' defined, so AppleScript has no idea what you're trying to do.
    Given that you (correctly) iterate through added_items, the correct format would be:
    on adding folder items to this_folder after receiving added_items
      repeat with item_ in added_items
        tell application "Finder"
          set label index of item_ to 7
        end tell
      end repeat
    end adding folder items to
    In other words, this changes the label index of each item just added.
    That should work provided you're dropping files into this folder. If you're dropping folders then this would set the label index of the folder itself, but not necessarily the items within that folder. For that you'd need to add a check to see if item_ was a folder and add code to handle folders.
    Also note that this kind of folder action will only work on the folder itself - that is, if you have folder A that contains subfolder B, then dropping a file into subfolder B won't trigger the script and won't change that item's label. To do that you'd have to attach your folder action to subfolder B.

Maybe you are looking for

  • Acrobat 9 Pro won't let me print to a printer

    Whenever I try to print, whether through the icon or the drop down menu, the printer dialog box will pop up, but after I click OK it just sends me to the print to file/save as dialog box. This happens whether I try to print a file through Chrome, Fir

  • Stateful and staeless mapping; what's this all about

    Hi,            Could anyone pls let me know.what this term stands for, Statefull and stateless mapping...pls get me some gud answers.... Thx in adv Sunil K Shetty

  • SAP SD Functional Job Require

    Hi.... My Self Donald.....Workin As a SAP End User in SD modedule...Since 2 Years and Hving Knowledge of Enduser procedure and Technical (E.g Customizatoin ..etc).... I m tryin to get in  Functional Job.....bt nt clicked yet ... So if any can help me

  • SOA 11g FTP Adapter creating outbound connections every minute

    FTP Adapter SOA 11.1.1.4 build. ####<Feb 17, 2011 1:30:49 PM EST> <Info> <Common> <usadanassoad1> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@374c159d> <Jing> <> <f1996a6c9a644552:-510fae37:12e30729d3f:-8000-0000000000008b36> <

  • Reverse COBOL copybook with REDEFINES

    Hi, How do i reverse a COBOL copybook which contains REDEFINES. Thanks.