Hidden elements with mobile first

Hey everybody.
I want to realize a small responsive project, using the mobile first approach. I designed the menu structure and, for the mobil devices, a short icon which opens the navigation if it is touched. For the bigger screens I want to hide that element and use a more classic navigation with all navigation buttons being visible.
It is no problem to hide the menu icon for the mobil devices on bigger screens, but I cannot hide the navigation bar, which only should be visible for screens with 1024px and more. If I hide them in die smaller resolution, they are also gone in the bigger ones. If I make them visible in the bigger resolutions, they are also visible in the smaller ones.
Has anyone an idea how I could fix that?

Helle Tobias,
for example, if you have 4 size of screen : 320, 480, 960 and 1025.
You want a square at 320 and 480, but it have to be hidden at 960 and 1025.
First, create your square at 480, then go to the largest (1025 or more) and try visibility "hidden", then go back at 480 and try visibility "visible".
It works for me.

Similar Messages

  • Mobile first CSS display: none

    With mobile first in mind, I am trying to hide an area of a page that is unnecessary for mobile, but I want it to display on tablets and desktops. So mobile fist CSS dictates that I would set a CSS rule to display:none, but that propogates through to the tablet and desktop versions too.
    What setting do I use to override none? Is block the right setting?
    Thanks.

    Matthew, you need to write this rule within media-queries.
    /*For Mobiles*/
    @media  and (max-width:360px){
    .hidden-mobile{
         display:none;
    And apply (or add to existing) a class .hidden-mobile to the div that you want to hide on mobiles. This rule will kick in only when the user is browsing from a mobile device less than 360px viewport width. In that case, the div with this class wont show up on a mobile phone.

  • What is this hidden "feature" in mobile Safari for and how can I use it?

    OK, one day, like any geek would, I was in the car messing with my iPod touch. I was playing in Safari, typing in email addresses and such to get the exciting "WARNING - PHISHING SITE" screen. So I then tried typing "/" into the address bar, and when I hit "go", something interesting happened. The "/" changed to "file:///", and it tried to load it, but then popped up with an error message that said "This page could not be opened because it is a local file". Now I'm not new to the "file:///" thing, and I've used it to access folders using Chrome that Explorer wasn't showing for some reason. So, what if that tag used for? Obviously Apple has a use for it somehow since they included a little shortcut to get to it. I'll post some screenshots below so you can see what everything looks like:
    So if this happens to have any use at all, I'd like to know about it!
    I also asked this question over here:  http://lockergnome.net/questions/157444/what-is-this-hidden-feature-in-mobile-sa fari-for-and-how-can-i-use-it

    That is a shortcut for opening a file locally stored on the iPod. This is not really useful since iOS does not permit such access to its file sustem.

  • Append XML elements with same name in an XML document

    Hi,
    I am using Oracle9i XMLDB utilities to modify an XML document stored in the database. I have a sample XML document like this in the database:
    <Person>
    <Address ID="1"> </Address>
    </Person>
    My task is to include a second <Address> element with a different attribute so that my XML document will become
    <Person>
    <Address ID="1"> </Address>
    <Address ID="2"> </Address>
    </Person>
    After creating the second element, I am using the function xmldom.appendChild() or xmldom.insertBefore() but they remove the first <Address> element and replace it with the second one. This is not what I want since I want both <Address> elements to be present.
    Could anyone please advise.
    Thanks.
    A. Dennis

    Please post your question [url http://forums.oracle.com/forums/forum.jsp?forum=154]here for quick response.
    thank you.
    Regards,
    Anupama
    [url http://otn.oracle.com/sample_code/]OTN Sample Code

  • I can't get my me mail to work on iCloud keeps rejecting my user id nothing works on the pad or pod either to do with mobile me aaaaaaaaaaaargh

    I can't get my me mail to work on iCloud keeps rejecting my user id nothing works on the pad or pod either to do with mobile me aaaaaaaaaaaargh
    Apple - please please let us know what is going on

    ewaller wrote:
    fazio96,
    Could I prevail upon you to come up with a better thread title?  I resisted my first inclination to move the thread to "Dustbin"; but I will say the title does little to inspire us to help.   You may wan to read the article linked in my signature.
    Thanks.
    I'll change it now. I just realized it sounds rough, but I was mad because I couldn't get it work, it isn't anyone's fault, sorry
    EDIT: I got it to work at an usable state! By using the 8192cu driver on the AUR and the suggestions in the comments about disabling power-save, I got it to be usable. It now has up to 8% packet loss, not 30-40% like before, and the ping spikes are now 300-400 ms and less frequent, not 1000-1200ms. It's not working really well but now I can at least surf the web. Thank you all for the patience.
    EDIT 2: after testing more I realized it still disconnects every few seconds when I'm far from the AP. However, when connected, I still have very strong signal. If I use it on windows or another distro it doesn't disconnect. I tried compiling the driver from realtek by myself using the istructions in the second post but I don't know how to fix some compile errors, so I decided I'll stick with my usb dongle. Maybe someone will find a better solution.
    Last edited by fazo96 (2013-09-30 16:08:10)

  • Trouble with mobile site. Displays for a second then screen goes black.

    Trouble with mobile site. Displays for a second then screen goes black. Using safari, 4s on Verizon. Example: m.mlb.com/lad/

    I hadn't checked the site since January or so, when it worked. It might be related to the Opening Weekend skin they have on the site, but for me, it shows the top part of the page for 3 seconds while it's loading (scrolling down is impossible) and then all of a sudden it turns black, showing nothing. It's that way for every MLB mobile site.
    At first:
    Two seconds later:
    I noticed this on 4/7/12. Does anyone NOT have this problem?
    Matt

  • Getting multiple XML elements with UCCX 4

    I am trying to pick up multiple elements with identical tags from an XML file.
    (Example)
    <NAME1>
    <PHONE>123-1234-3456</PHONE>
    <PHONE>506-245-5566</PHONE>
    </NAME1>
    I am able to pick up the first PHONE, but when using a second Get XML step I get the same again. How do we traverse the file without actually numbering the tags?
    (Thought I did this before, but maybe not...)
    regards
    Johnny

    Hi Johnny,
    Did you ever find a solution?  I'm running into the same scenario.
    Thanks!
    Mike

  • Can i have xml elements with same name but one is having attrbt..?

    Hi all,
    I am suppose to take input from one system into BPEL.That system is auto gererating xml file. But that file is strange. It has two xml element with
    same name but with completely different sequence. First one is having two comlexTypes while second is having 5 simple types.
    Now the difference is First element is having attribute while second is not.
    So is that file is correct.?
    thanks a lot.
    /mishit

    can you post the file? or load the file into JDeveloper and check the syntax or use XMLSpy for validation of the XML.

  • How do I sort by date with oldest first in icon view in Finder?

    In Finder, when I view "As Icons", and "Keep Arranged" by "Date Created", it sorts them in reverse date order with the most recent first. But if I try to check the "Date Created" option again over this already checked option, it doesn't ever sort in ascending date order with the oldest first. Is there any way to sort with oldest first?

    If you ever find the answer, I'd love to know as well. How odd is it that you can do this. I tried several searches for this in software hacks, and applications that let you alter icon views and the like. Can't believe the limited interest in correcting it either.
    I was looking for a way to display screen shots of various jpeg elements with files names that double as instructions in a tutorial. Icon view allowed me to see pictures in a large enough size to use as instructions with the corresponding file names. All I would have had to do was screen shots assembled into a PDF and I would have been done. Having to retype every instruction along with copy, and pasting into a new document and so forth is more than double the work for any set of pictorial instructions.
    Maybe Garage Band or some other application is the workaround until then. I'll let you know if I ever find a better workaround, or the solution.

  • Hidden element overlaps text when link is clicked to unhide div tag

    I am using Dreamweaver CS4 and using the slide effect.
    When the page loads, the div is initially hidden with (disolay:none).  But when i click the link to show the content, the content is displayed but it overlaps the table beneath it.
    I am using 4 collapsible panels.  The hidden element is in the second collapsible panel.
    Everything works good except that when the table is displayed after clicking the link to unhide it - it overlaps the 3rd and 4th collapsible panel.  When the table is unhidden by clicking the link, the other tables that are in the same collapsible panels move and this is good, but it overlapps the 3rd and 4th collapsible panel though. How do I fix this?
    My Code:
    <div id="CollapsiblePanel1" class="CollapsiblePanel">
                    <div class="CollapsiblePanelTab" tabindex="0">Originating an Processing Loans in Point</div>
                    <div class="CollapsiblePanelContent">
                    <p> If you're a processor or originator/processor, you are not alone in today's multi-tasking world. Point will help you become more efficient than ever. You will be able to keep everyone who "touches" your loan informed and up-to-date with the time savers you learn in this class. </p>
                      <table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Optimizing Your Pipeline Reports</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td colspan="4"> </td>
                        </tr>
                      </table>
                    </div>
                  </div></td>
    </tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel2" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Optimizing Your Pipelne Reports</div>
        <div class="CollapsiblePanelContent">
        <p>If you're a processor or originator/processor, you are not alone in today's multi-tasking world. Point will help you become more efficient than ever. You will be able to keep everyone who "touches" your loan informed and up-to-date with the time savers you learn in this class. </p>
        <table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                          <td width="17%">
      <a onclick="slide_effect.start(); return false;" href="#">View Details</a></td>
                       </tr>
                       </table>
                  <div id="shrink1">   <div>
    <p class="indentpar">
                          Topics Covered:
                          <ul>
                            <li>Pre-qualifying your prospect</li>
                            <li>Converting the file from Prospect to Borrower</li>
                            <li>Overview of the Loan Application, GFE, and TIL</li>
                            <li>Saving time with Cardex</li>
                            <li>Submitting to Fannie Mae and Loan Prospector</li>
                            <li>Printing &amp; E-mailing forms</li>
                            <li>using task manager to set reminders and tasks</li>
                          </ul>
                 </p>
                       </div>
                       </div>
              <script type="text/javascript">
    var slide_effect = new Spry.Effect.Slide("shrink1", {duration:1000, from:'0%', to:'100%',toggle:true});
    </script>
        <table width="100%" border="0" cellspacing="5" cellpadding="5">
                       <tr>
                          <td width="33%">Optimizing Your Pipeline Reports</td>
                          <td width="12%">12/1/2010</td>
                          <td width="23%"> 1:00PM - 2:00PM CST</td>
                          <td width="32%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div></td></tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel3" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Navigating the HUD-1 and HUD-1A</div>
        <div class="CollapsiblePanelContent"><table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Navigating the HUD-1 and HUD-1A</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div></td></tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel4" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Working with the Good Faith Estimate</div>
        <div class="CollapsiblePanelContent"><table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Working with the Good Faith Estimate</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div>

    This is why you don't use absolutely positioned elements to do this kind of thing.  Because absolute positioning REMOVES the positioned element from the normal flow, this element then cannot interact with any other element on the page, nor can any other element interact with it.
    The better way to do such a thing would be to use abuse 'display:none' to remove the container from the page rather than 'visibility:hidden', and of course, not to use absolute positioning.  Something like this -
    <p>Velit esse cillum dolore <a href="#" onclick="document.getElementById('foo1').style.display='inline'">MORE</a> <span id="foo1" class="hidden">sed do eiusmod tempor incididunt ut aliquip ex ea commodo consequat. Duis aute irure dolor lorem ipsum dolor sit amet, ut labore et dolore magna aliqua. In reprehenderit in voluptate quis nostrud exercitation ut aliquip ex ea commodo consequat. Qui officia deserunt sed do eiusmod tempor incididunt eu fugiat nulla pariatur. Ut enim ad minim veniam, lorem ipsum dolor sit amet, consectetur adipisicing elit.</span>
    </p>

  • Elements 12 Mobile Albums not uploading to Revel

    I have three Mobile Albums in Elements 12 that I set up to upload to the free Revel service.  They all uploaded photos for the first 30 days and then stopped (as expected).  I am in a new month and when I log onto my Revel account (online) it states that I can upload 50 more photos, but it appears that the only way to upload is to use the Revel online app to manually select the 50 photos.  My Mobile Albums inside of Elements 12 have hundreds of photos yet to be uploaded.  How do I get Elements 12 to restart the uploading of 50 new photos from my Mobile Albums?  Elements Revel Agent displays that "Your Revel Account is up to date" when I click on it.

    Anwesha,
    Thanks you for responding to my question.  My unlimited upload period ended
    in January and that was the last time that a photo uploaded.  I currently
    have several hundred photos remaining in my Mobile Albums inside of
    Elements 12 Organizer waiting to upload to Revel.  I have stopped and
    started the Adobe Revel Agent numerous times.  Basically nothing happens.
    I have also tried clicking on the Revel Agent icon.  When I do this it
    displays a message "Detecting Changes" and then a message telling me
    everything is up to date.
    When I log onto my Adobe Revel account online there is an option to add 50
    photos, but it appears that I must manual select them from my hard drive
    which bypasses the purpose of the Elements Organizer Mobile Albums.
    Do you have any other suggestions?
    Thanks,
    Robert
    On Tue, Mar 4, 2014 at 4:25 AM, Anwesha Dev Chaudhary <

  • ISE integration with Mobile Device Management ( MDM ) help required

    Dear Techies,
         Am here bring to your notice an different issue and no much resources to support even in PEC or Cisco Document.
         We are conduction a Proof Of Concept (PoC) on  Secure Bring Your Own Device ( BYOD ) using Cisco ISE and gonna test all the scenarios like Wired, Wireless and VPN user access.
    Setup Brief :
    =========
          Our Setup has  ISE VM acting as Admin, Monitor and Profiling Device, we have NAC 3315 physical Appliance as Inline posture Device, Wireless LAN controller, Access point and the Identity source as Microsof Active Directory
         Having Plans to Integrate Mobile Device Management ( MDM ) and Citrix VDI setup also.
    Activity Brief:
    =========
         As of now we have tested the Wired Scenario Authentication and authorization for guest users and gonna carry out the profiling and posture.
    Clarifications Required
    ================
    Wired Scenario - Require some configuration / steps on how to carryout posture for the guest wired users i.e. LAPTOP.
    Wireless Scenario
    MDM can be integrated to ISE ? 
    How the MDM can be integrated to Cisco ISE configuration or Guide to show the same?
    What is the demarcation between MDM and ISE ( i.e. What is the role of ISE and MDM on Mobile Devices ) ?
    If MDM is available so then when the control of ISE ends, does MDM do management or ISE will do management of the devices ?
    Is MDM will do client provisioning or ISE should do ?
    Is MDM send or update patches of Mobile Devices ?
    As of now these are the scenarios, kindly revert if any good documents to show this or share your expertise on the Integration Part.
    Thanks for Reading...
    Arun

    I would like to avail your valuable inputs to understand on the  Client provisioning part for the Mobile Devices/ Laptop. I understand  from your reply that MDM integration is not available in the current  release ISE 1.1 - That is correct.
    Kindly let me know your views or any documents on the following scenarios with the current release in mind
    1. User  with Mobile devices connecting to Wireless  ( both Employee  and Guest ) , How the Flow differs for the Employee and Guest.  How the  client provisioning is done ( i.e. Like Posturing  or Compliance Check  ).
    The posturing and compliance check is done based on the user authentication information (i.e. AD memberOf vs Guest user) combined with the users endpoint (windows, mac osx, or a mobile device), ISE then has a few decisions to make based on the authorization policies. For example, if a Domain User coming from a Windows 7 machine joins the network, then can either use the nac agent, or the web agent. Then you can scan for registry settings, file settings, program requirements, hotfix compliance...and the list goes on. If the user fails a check then you can either assign an acl for the user so they only have guest access, or you can place them into a remediation vlan the options are entirely up to the requirements and however the solution is implemented.
    2. User  with Laptop  connecting to Wireless  ( both Employee  and Guest ). How the client provisioning is done ( i.e. Like Posturing   or Compliance Check ).
    Guests are usually redirected to the guest portal which they authenticate and their user group falls within the Guest container that is on the ISE internal database, that is usually coupled with an authorization profile that grants them internet access. For the client provisioning, that is usually done based on the operating system, via profiling (dhcp, and user agent string., netmap...etc) and can be fine tuned for all laptops or to a specific set of users based on their group membership.
    3. What are advantages of having ISE also in  place for Mobile devices, since most of the Mobile related tasks ( like  Authentication, Authorization, Profiling and  Posture ) are carried out  by MDM. I am checking for the significant advantage of having ISE for  Client network having only Mobile devices. Kindly clarify.
    Currently the advantage of Cisco ISE is that it supports profiling within wireless and really fits well within a network that has mostly Cisco products since they are all part of of the Borderless security initiative being driven on the backend. The product teams for wireless, wired, security (vpn..etc) and ISE are pretty close in building their solutions so that you can get connected with any device any where (sorry for the sales pitch). The latests wireless code is improving and is going to have support similar to the ios sensor for wired devices where dhcp, cdp, and other attributes can be sent in the radius packet for better profiling decisions. With integration for an MDM platform coming soon, and also support for TACACS rumored (have to verify with your account rep) you have options that really stand out from a unit that only supports MDM. Cisco ISE also comes with a wireless product ID so that makes the budget work when it comes to deploying ISE if you arent looking for enforcement on your wired devices.
    4. Do you recommend 802.1X Authentication to use for the Employee and Contractor? The Guest user  authentication as Open ?
    For internal users and vendors the best option by far is dot1x, almost all operating systems are capable of performing dot1x and the 1.1.1 MR has a piece now that can provision the supplicant for the users, by using scep to enroll certificates or configure peap settings.
    There is a feature within the guest portal that allows you to statically assign guests into endpoint group, that feature is called device registration web authentication. It seems like an open network but uses mac filtering to assign these devices to an endpoint without requiring users to enter any credentials. They are presented with an AUP page, once they accept their mac address is mapped to the endpoint group
    5. How can we ensure the Encryption of traffic from the Guest user to the NAD ( Network Access devices ) ?
    This may be a wireless question but I am sure the encryption is done using AES and using dot1x as the key management here is a brief background for this - http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807f42e9.shtml#L2
    You can also use the anyconnect client which can provide macsec which is layer 2 encryption for wired - http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/qa_c67-622477_ns1049_Networking_Solutions_Q_and_A.html
    6. We are also looking for VDI  ( Citrix, VMware ) solution for the  client  ( both Employee and Guest ) , how ISE can play a role in  securing the VDI environment.
    For most thin clients you can perform dot1x authentication on the device itself, however that is something the manufacturer will have to support. This is a little gray for me.
    7. Is that any integration required  with Citrix or VMware. How the  VDI can be offered based on the User  role ( i.e. Employee, Contractor or Guest ), since Guest database is  available only with ISE, how the checks are made from the VDI  environment.
    IN ISE there is an identity sequence which can authenticate users in AD first, if the user is not found then it can look in the internal database.
    Our solution demands  MDM in the integrated  solution, As on today ISE cant be integrated with MDM. so what kind of  solution we can propose to have MDM and Cisco ISE .Do the clients now  enter the network should have already installed the MDM agent (or) any  other way of pushing the same to the Client.
    Today there is no integration between the devices, the last release time I heard was December for this feature. However it would be best to confirm with your Cisco Account rep on this issue.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • Can InDesign or an InDesign script solution tell me if I have hidden elements in a document?

    Can InDesign or an InDesign script solution tell me if I have hidden elements in a document? As in the following examples:
    • I import a picture file and some, or all of the file is not viewable in the picture frame, can InDesign alert me of it?
    • I accidentally place a picture so that it is completely covering another picture, can InDesign alert me the an image is being completely covered by another?
    I am using InDesign CS on a Mac running OSX version 10.4.11.
    Thanks,
    Elliott

    Not out of the box. Perhaps with a script. You can ask in the scripting forum.

  • Hidden Element Value Quoted by APEX

    Hi all together,
    today I upgraded my htmldb from version 2.0.0.49 to 2.2.1.
    Now it seems like Apex is processing my elementvalues in a different way than before.
    I have a hidden element P1_TITLE, with some calculated HTML in it.
    Second I have a region, which gets its title attribute from &P1TITLE.,
    but with v2.2.1 the html entities in the string are quoted:
    &lt;a class=&quot;t9SHHeader&quot; style=&quot;text-decoration:none&quot; href=&quot;javascript:hideShow('region5','shIMG5','/i/themes/theme_jnj_wf/rollup_plus_dgray.gif','/i/themes/theme_jnj_wf/rollup_minus_dgray.gif');&quot;&gt;&lt;img style=&quot;vertical-align:middle;margin-right:5px;margin-left:0px&quot; src=&quot;/i/themes/theme_jnj_wf/proc_action.gif&quot; /&gt;Appropriation Requests, die auf eine Aktion von mir warten (0)&lt;/a&gt;
    Does someone know how to disable quoting?

    Christian - See Re: Computed Region TItles being Escaped in Apex 2.2 You can change the hidden item to be an application item or a Display as Text (does not save state) page item with a Never display condition. In all cases, the value will have to be established using a process or computation.
    Scott

  • Can InDesign tell me if I have hidden elements in a document?

    Can InDesign tell me if I have hidden elements in a document? As in the following examples
    • I import a picture file and some, or all of the file is not viewable in the picture frame, can InDesign alert me of it?
    • I accidentally place a picture so that it is completely covering another picture, can InDesign alert me the an image is being completely covered by another?
    I am using InDesign CS on a Mac running OSX version 10.4.11.
    Thanks,
    Elliott

    Not out of the box. Perhaps with a script. You can ask in the scripting forum.

Maybe you are looking for

  • What of these is even possible?

    If someone wants to be specific on their answers it'd be much appreciated, BUT just yes or no is good too. I want to guide and streamline my research, obviously researching a function you are shooting for in an app can eat up lots of hours. I want so

  • Scheduling Background Jobs at OS level

    Hi all, How to schedule Background jobs at operating system level. Thanks vijay

  • Urgent -  Transfer Order Confirmation Error- Item category Type Not defined

    Hi Gurus i need your help for an <b>urgent production issue</b> FYI we have full fledged Wm implemented the users are not able to confirm the TO's created and it shows an error that <b>ITEM CATEGORY NOT DEFINED, </b> i have checked in the STO in me23

  • HP Pavilion DV6 Graphics Upgrade

    Hello ladies & gentlemen, I'm the proud owner of a HP Pavilion DV6 Notebook. The only flaw I've found is that it doesn't have a good video performance (which is a shame for a having an 720p HD display). The graphics device installed is a Mobile Intel

  • Keeping BW colors as they were when shot

    Hi! I'm setting B&W preset when shooting with Sony A350 DSLR - (shooting in RAW mode). When I'm checking the file on LCD of camera - it's ok - it's B&W. But when I'm importing it with Lightroom it somehow is automatically being converted into color!