Theme 50 - jQuery Mobile Radio Group Required Label Template Possible Bug

Hi,
Application Express 4.2.3.00.08
Theme 50 - jQuery Mobile Smartphone
Page item of type "Radio Group" with label template of "Required" does not render with the required field indicator image. This happens for both horizontal and vertical display orientation settings.
Thanks!
JMcG

Dear Pallavi,
Very useful post!
I am looking for similar accelerators for
Software Inventory Accelerator
Hardware Inventory Accelerator
Interfaces Inventory
Customization Assessment Accelerator
Sizing Tool
Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
Request help on such accelerators... Any clues?
Any reply, help is highly appreciated.
Regards
Manish Madhav

Similar Messages

  • Neighbor send-label - a possible bug in 12.4(24)T4 and newer

    Dear friends,
    I have stumbled across a different behavior of the neighbor send-label in BGP in IOS versions 12.4(24)T4 up to 12.4(24)T6 inclusive, and I wanted to ascertain whether it is a bug or just a new behavior I am not yet aware of.
    Consider the following scenario: Router X, Y and Z are peered in BGP according to the exhibit. Router X is in AS 2, routers Y and Z are in AS 1. X/Y are peered using their physical interface addresses, routers Y/Z are peered using their loopback addresses. Each peering is duly configured with neighbor send-label.
    The BGP configuration on router Y is as follows:
    Y# show run | sec router bgp
    router bgp 1
    bgp log-neighbor-changes
    neighbor 10.1.255.1 remote-as 1
    neighbor 10.1.255.1 update-source Loopback0
    neighbor 192.168.1.2 remote-as 2
    address-family ipv4
      redistribute ospf 1
      neighbor 10.1.255.1 activate
      neighbor 10.1.255.1 send-label
      neighbor 192.168.1.2 activate
      neighbor 192.168.1.2 send-label
      no auto-summary
      no synchronization
    exit-address-family
    Router Y is receiving a set of routes from X, in particular:
    Y# show ip bgp regexp _2
    BGP table version is 22, local router ID is 10.1.255.5
    Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
                  r RIB-failure, S Stale
    Origin codes: i - IGP, e - EGP, ? - incomplete
       Network          Next Hop            Metric LocPrf Weight Path
    *> 10.2.12.0/24     192.168.1.2              4             0 2 ?
    *> 10.2.23.0/24     192.168.1.2              3             0 2 ?
    *> 10.2.34.0/24     192.168.1.2              2             0 2 ?
    *> 10.2.45.0/24     192.168.1.2              0             0 2 ?
    *> 10.2.255.1/32    192.168.1.2              5             0 2 ?
    *> 10.2.255.2/32    192.168.1.2              4             0 2 ?
    *> 10.2.255.3/32    192.168.1.2              3             0 2 ?
    *> 10.2.255.4/32    192.168.1.2              2             0 2 ?
    *> 10.2.255.5/32    192.168.1.2              0             0 2 ?
    The show ip bgp label on router Y, however, produces rather interesting results:
    Y# show ip bgp labels
       Network          Next Hop      In label/Out label
       10.2.12.0/24     192.168.1.2     nolabel/16
       10.2.23.0/24     192.168.1.2     nolabel/17
       10.2.34.0/24     192.168.1.2     nolabel/18
       10.2.45.0/24     192.168.1.2     nolabel/imp-null
       10.2.255.1/32    192.168.1.2     nolabel/19
       10.2.255.2/32    192.168.1.2     nolabel/20
       10.2.255.3/32    192.168.1.2     nolabel/21
       10.2.255.4/32    192.168.1.2     nolabel/22
       10.2.255.5/32    192.168.1.2     nolabel/imp-null
    Note that while the routes are being received with MPLS labels, the router Y does not seem to allocate any local label bindings to these labels although all these routes are being further advertised to router Z via iBGP.
    On router Z, the results are also confusing. First of all, networks received from router Y are still learned with the original next-hop set to 192.168.1.2 instead of 10.1.255.5 (using send-label on router Y should imply next-hop-self):
    Z# show ip route bgp
         10.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
    B       10.2.12.0/24 [200/4] via 192.168.1.2, 00:26:28
    B       10.2.23.0/24 [200/3] via 192.168.1.2, 00:26:28
    B       10.2.45.0/24 [200/0] via 192.168.1.2, 00:26:28
    B       10.2.34.0/24 [200/2] via 192.168.1.2, 00:26:28
    B       10.2.255.5/32 [200/0] via 192.168.1.2, 00:26:28
    B       10.2.255.4/32 [200/2] via 192.168.1.2, 00:26:28
    B       10.2.255.3/32 [200/3] via 192.168.1.2, 00:26:28
    B       10.2.255.2/32 [200/4] via 192.168.1.2, 00:26:28
    B       10.2.255.1/32 [200/5] via 192.168.1.2, 00:26:28
    Verifying the show ip bgp label on router Z shows another interesting behavior: although Y has claimed it has not allocated any labels itself, it has in fact advertised the eBGP routes to Z with the original labels as allocated by X (hence highlighted in the previous and current output):
    Z# show ip bgp labels
       Network          Next Hop      In label/Out label
       10.2.12.0/24     192.168.1.2     nolabel/16
       10.2.23.0/24     192.168.1.2     nolabel/17
       10.2.34.0/24     192.168.1.2     nolabel/18
       10.2.45.0/24     192.168.1.2     nolabel/imp-null
       10.2.255.1/32    192.168.1.2     nolabel/19
       10.2.255.2/32    192.168.1.2     nolabel/20
       10.2.255.3/32    192.168.1.2     nolabel/21
       10.2.255.4/32    192.168.1.2     nolabel/22
       10.2.255.5/32    192.168.1.2     nolabel/imp-null
    An ironic fact is that on router Y, the labels 16-22 are already allocated for different internal networks by LDP. If router Z uses the labels as advertised by router Y, this will cause the packets to be heavily misrouted from router Y to completely different destinations:
    Y# show mpls forwarding-table
    Local  Outgoing      Prefix            Bytes Label   Outgoing   Next Hop
    Label  Label or VC   or Tunnel Id      Switched      interface
    16     Pop Label     192.168.1.2/32    0             Fa0/0      192.168.1.2
    17     Pop Label     10.1.255.4/32     0             Fa0/1      10.1.45.4
    18     20            10.1.255.3/32     0             Fa0/1      10.1.45.4
    19     19            10.1.255.2/32     0             Fa0/1      10.1.45.4
    20     18            10.1.255.1/32     0             Fa0/1      10.1.45.4
    21     16            10.1.12.0/24      0             Fa0/1      10.1.45.4
    22     17            10.1.23.0/24      0             Fa0/1      10.1.45.4
    So, there are two suspicious facts about the behavior of router Y:
    It does not modify the next-hop attribute when advertising the eBGP routes along with MPLS labels via iBGP to another internal BGP neighbor.
    It does not allocate its own local MPLS label bindings, rather it simply re-advertises the labels as allocated by router Z, resulting in label value conflicts and misrepresentations
    An interesting fact is that after adding the command neighbor 10.1.255.1 next-hop-self to the router's Y configuration, the behavior becomes correct again:
    Y(config)# router bgp 1
    Y(config-router)# address-family ipv4
    Y(config-router-af)# neighbor 10.1.255.1 next-hop-self
    Y(config-router-af)# do show ip bgp label
       Network          Next Hop      In label/Out label
       10.2.12.0/24     192.168.1.2     24/16
       10.2.23.0/24     192.168.1.2     25/17
       10.2.34.0/24     192.168.1.2     31/18
       10.2.45.0/24     192.168.1.2     27/imp-null
       10.2.255.1/32    192.168.1.2     26/19
       10.2.255.2/32    192.168.1.2     28/20
       10.2.255.3/32    192.168.1.2     29/21
       10.2.255.4/32    192.168.1.2     30/22
       10.2.255.5/32    192.168.1.2     32/imp-null
    On Z:
    Z# show ip bgp labels
       Network          Next Hop      In label/Out label
       10.2.12.0/24     10.1.255.5      nolabel/24
       10.2.23.0/24     10.1.255.5      nolabel/25
       10.2.34.0/24     10.1.255.5      nolabel/31
       10.2.45.0/24     10.1.255.5      nolabel/27
       10.2.255.1/32    10.1.255.5      nolabel/26
       10.2.255.2/32    10.1.255.5      nolabel/28
       10.2.255.3/32    10.1.255.5      nolabel/29
       10.2.255.4/32    10.1.255.5      nolabel/30
       10.2.255.5/32    10.1.255.5      nolabel/32
    Router Y is a 2811 currently running 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(24)T6. I have originally came across this behavior with 12.4(24)T4. I have confirmed that this behavior is not present with ADVENTERPRISEK9-M 12.4(22)T, so if this is a bug, it must have been "added" in some intermediate versions.
    I currently do not have any option of testing newer IOSes from the 15.x series, as the router does not have the inordinate 512MB of RAM necessary for those IOS versions so I apologize for not testing this behavior on the most recent releases.
    Did anyone experience similar behavior? Is this really a bug? Will this be corrected in 12.4T train yet? Thank you for all suggestions!
    Best regards,
    Peter

    Hello Giuseppe,
    Thank you very much for your answer. I am not sure I understand it correctly - please let me reexplain my major point and let me ask you for your kind advice.
    Issue 1:
    All routers are configured with send-label, neither of them is configured with next-hop-self. Router Y receives labeled BGP routes from router X and the show ip bgp labels displays the following table:
    Y# show ip bgp labels
       Network          Next Hop      In label/Out label
       10.2.12.0/24     192.168.1.2     nolabel/16
       10.2.23.0/24     192.168.1.2     nolabel/17
       10.2.34.0/24     192.168.1.2     nolabel/18
       10.2.45.0/24     192.168.1.2     nolabel/imp-null
       10.2.255.1/32    192.168.1.2     nolabel/19
       10.2.255.2/32    192.168.1.2     nolabel/20
       10.2.255.3/32    192.168.1.2     nolabel/21
       10.2.255.4/32    192.168.1.2     nolabel/22
       10.2.255.5/32    192.168.1.2     nolabel/imp-null
    Note that while router Y knows remote bindings for these networks (the "Out label" column), it has not created any local label bindings to these networks (the "In label" column says nolabel to all networks). I can assume that this is done to prevent assigning local labels to BGP routes that may eventually be routed through a different ASBR and possibly misunderstood en route. In other words, the local label binding has a local significance only. If there is no guarantee the packets will go through Y (without the next-hop-self), local label bindings on Y should not be created nor advertised. Am I correct in this line of reasoning?
    Issue 2:
    With the same configuration, router Y has advertised the BGP routes to router Z, however, it has retained the same label bindings it has learned itself - i.e. Y has not created any local bindings itself, it just "forgot" to remove the label bindings when advertising the routes to router Z:
    Z# show ip bgp labels
       Network          Next Hop      In label/Out label
       10.2.12.0/24     192.168.1.2     nolabel/16
       10.2.23.0/24     192.168.1.2     nolabel/17
       10.2.34.0/24     192.168.1.2     nolabel/18
       10.2.45.0/24     192.168.1.2     nolabel/imp-null
       10.2.255.1/32    192.168.1.2     nolabel/19
       10.2.255.2/32    192.168.1.2     nolabel/20
       10.2.255.3/32    192.168.1.2     nolabel/21
       10.2.255.4/32    192.168.1.2     nolabel/22
       10.2.255.5/32    192.168.1.2     nolabel/imp-null
    Note that the outgoing labels on Z are exactly the same as with router Y. This is in my opinion a bug. Take, for example, the route towards 10.2.255.2. The bottom label will be 20, the upper label will be a label towards 192.168.1.2. In my particular topology, the PHP will pop this transport label correctly before the router Y, and Y will receive a packet labeled with label 20. However, on Y, the 20 is not a mapping assigned to the 10.255.255.2, as BGP has not created any local bindings itself, and instead, the label 20 corresponds to a totally different network somewhere inside the cloud between routers Y and Z, as evidenced by the following output on Y:
    Y# show mpls forwarding-table
    Local  Outgoing      Prefix            Bytes Label   Outgoing   Next Hop
    Label  Label or VC   or Tunnel Id      Switched      interface
    16     Pop Label     192.168.1.2/32    0             Fa0/0      192.168.1.2
    17     Pop Label     10.1.255.4/32     0             Fa0/1      10.1.45.4
    18     20            10.1.255.3/32     0             Fa0/1      10.1.45.4
    19     19            10.1.255.2/32     0             Fa0/1      10.1.45.4
    20     18            10.1.255.1/32     0             Fa0/1      10.1.45.4
    21     16            10.1.12.0/24      0             Fa0/1      10.1.45.4
    22     17            10.1.23.0/24      0             Fa0/1      10.1.45.4
    So the mere fact that the BGP on Y did not create local bindings is kind of understandable, however, the fact that it retained the remote label bindings as learned from X and advertised them without change to Z is, in my opinion, a grave bug. What is your opinion on this?
    Thank you very much!
    Best regards,
    Peter

  • Radio group / Image issues: additional labels - how do I get rid of them?

    Hello experts,
    I'm having a little issue with a radio group in VC on SPS 11.
    The problem is that I need a radio group in a popup (not sure if that is relevant) - and I also can create this - but it creates a textfield (with a label that has the radio groups name as its text) as well, that is not shown during design time, but only after I deploy the model.
    The annoying textfield is always displayed at the lower left corner of the popup.
    How can I disable this?
    On a related note, I'm also having a similar issue with Images: for an Image with name IMG3 it also displays a textfield with a label 'IMGFLD3" that shows the resource that is currently displayed in the image.
    What can I do about this?
    Best regards,
    Florian

    Hi Srini,
    I used the following work around:
    Instead of using one image UI control that has many images in the Control Properties -> Image tab (all with their respective visibility condition), I used many image UI controls with just one image each (and visibility condition 'true'), stacked them on top of each other, and used the 'hidden' property of the image control instead to select which image is displayed
    Hope that helps, best regards,
    Florian

  • Page from Sample - Mobile Starters - jQuery Mobile with theme not working on mobile

    I created a new webpage - New - Page from Sample - Mobile Starters - Jquery Mobile with Theme and did not modify it.
    That does not work on an iPhone or Android.
    What am I missing? Is there an update to make the jquery mobilesite work?
    This is how it looks in dreamweaver
    http://ricston.com/push/test/screenshot_dreamweaver.png
    This is how it looks on my phone:
    http://ricston.com/push/test/screenshot_galaxy.png
    The page for the template is here http://ricston.com/push/test/test.html - As you can see, nothing has been changed.

    Thank you.  I was having the exact same problem.  I even upoaded the unmodified starter page, just in case it was something I did.  Inserting the viewport line fixed it.  (Now I need to go back and insert that line into each of the pages I was working on.)
    The question remains, however, as to why the mobile starter pages don't include that line in the first place.
    [edit] FYI - On Dreamweaver CC, it's under the "common" group within "insert".  (I would have expected it under "JQuery Mobile", but it's not there.)

  • Dreamweaver: What happened to jQuery mobile samples in starter templates?

    I'm using the Missing Manual tutorial to learn Dreamweaver and I just got to the jQuery mobile section. The tutorial for this requires that I use the mobile starters sample folder which includes jQuery mobile templates. But apparently this folder is not included in the newest DW update which I installed yesterday. Does anyone know if these templates are still accessible within, or possibly outside of Dreamweaver?
    Thanks!

    By the way, both of the Adobe Tutorials that tell me how to use DW with jQuery mobile require that I use the mobile starters template which the "outdated" textbook was asking me to create. I'll link to them below:
    Create advanced design templates for jQuery Mobile | Adobe Dreamweaver CC tutorials
    Use customizable starter designs for jQuery Mobile | Adobe Dreamweaver CC tutorials
    I guess that Adobe tutorials tend to be outdated by at least 1 and perhaps as many as 3 versions.

  • TypeError: s.text(...).addClass is not a function on a Select list item jquery mobile theme

    Hi.
    i got a page with jquery mobile template, i got an select list item based on customers , when i touch the field, it display correcty all my customers, but when i try to pick some records i just get the error (i am using firefox firebug to see the error):
    TypeError: s.text(...).addClass is not a function
    ...ollapsiblebound",!0).bind("expand collapse",function(t){var n=t.type==="collapse...
    here is my query :
    select
    nombre_cliente || ' ' || apellidos_cliente a, codigo_cliente b
    from sti_cliente
    where
    codigo_compania in (select distinct codigo_compania from STI_COMPANIA_SUCURSAL_USUARIO where upper(codigo_usuario) = upper(:APP_USER))
    and estado_cliente = 'A'
    and (MANEJA_INVENTARIO_CONSIGNACION = 'S'
    and (codigo_compania, codigo_vendedor) in (select codigo_compania, codigo_vendedor from VTA_MAESTRO_VENDEDORES where codigo_usuario = upper(:APP_USER)) or cliente_contado = 'S')
    order by nombre_cliente, apellidos_cliente
    i have supress a dynamic action based on the field, but seems the problem is something within the query.
    i am running on :
    Application Express 4.2.4.00.08
    Application Express Listener version : 2.0.5.287.04.27
    Application Express Listener server info: Grizzly/1.9.49
    thanks for any tip.

    PLEASE DO NOT post to long since expired threads.  The poster is probably NOT following this thread and your response doesn't really help them with their issue...
    Elephants wear tu-tus so they can hide in pine trees. Did you ever see an elephant in a pine tree? No? Well then, you know it works.
    Thank you,
    Tony Miller
    LuvMuffin Software
    Ruckersville, VA

  • Jquery mobile 1.3.1 updated firework script/template?

    Hi all,
    Jquery Mobile is now 1.3.1.
    But Fireworks cs6 create jquery mobile themes up to 1.0.
    I tried to use a FW cs6 theme with JQM 1.3.1 but it is a mess.
    Is there an updated template/script for fireworks cs6?
    TIA
    tony

    Yea mobile is now 1.4.2 and I think fireworks is outputting at 1.3.0, is there a way to update?

  • How do you do anchors - the three ways listed did not work.  I am using the jQuery mobile template 11.  I want to link to a spot on the same page.

    How do you do anchors - the three ways listed did not work.  I am using the jQuery mobile template 11.  I want to link to a spot on the same page.

    How do you do anchors - the three ways listed did not work.  I am using the jQuery mobile template 11.
    You have aroused my curiousity, what are three ways listed that do not work? At risk of being labeled as an ignoramus, could you also tell me where to get the other 10 templates?
    I usually give an element an ID and use that in my link as in
    <a href="#mySpot">Go to my spot</a>
    <div id="mySpot">
    </div>

  • JQuery Mobile template: Error Loading Page

    Hello Apex community,
    My name is Robert and this my first post on this forum. I've been developing with Oracle Apex for over a year now.
    I've recently started developing for mobile devices with Oracle Apex 4.2.
    However i stumble on serveral problems including the one I will describe here:
    The problem is best described by this screenshot:
    [ http://roberthantink.com/img/Error_loading_page.JPG]
    Whenever I log into my JQuery template based application which uses 'Application Express Accounts' as authentication.
    I get the following Error: "Error Loading Page".
    When inspecting with a development tool I only get this warning:
    "The page at https://apex***********.com/nbb/f?p=100:LOGIN_JQM_SMARTPHONE:5788626446201 displayed insecure content from http://apex*******.com/nbb/f?p=100:101:0:::::."
    Page 101 is de login page and after the login it should redirect to Home which is page 1. This is all default.
    The weird thing is I can log into the application if I am on our company's local network.
    And I can also log into the workspace from outside our network, but I cannot get in the Application.
    I've also made a 'Sample Database Application' which I can log into from anywhere.
    I've searched this forum and of course the internet and could not find anything on this subject.
    I hope my explanation is clear enough and that someone could help me out.
    Edited by: Robert Hantink on 5-dec-2012 11:09
    Edited by: Robert Hantink on 5-dec-2012 11:10

    So here is the update.
    I've checked my themes/templates/pages for hardcoded HTTP/HTTPS and didn't find anything.
    I also inspected and compared the website from inside our network and outside and could not find anything out of the ordinary.
    Because this problem only occurses when i use the JQuery Mobile template I also compared the JQuery template with a Normal template.
    The only thing i noticed besides the different scripts that are found in the <head>tag, is the <base> tag :
    <base href="http://*****************.com:8080/nbb/f?p=100:10:13950022358106::NO:::">
    This tag is only used in the mobile template.
    I have also used the firebug network function and i noticed that when the site is used from outside our network that there is no response to a POST.
    I've uploaded some screenshots to make things clear.
    This is what happens from inside our network when i click on the SUBMIT-button "test" :
    http://roberthantink.com/img/intern1.JPG
    http://roberthantink.com/img/intern2.JPG
    Everything just works and the answer to the POST is a html site.
    However if i do the same thing from outside our network this is what happens:
    http://roberthantink.com/img/extern1.JPG
    http://roberthantink.com/img/extern2.JPG
    The next thing I'm about to check is our webcache and our firewall.
    Because the current port that is used is 443 and maybe we need 8080 and 8181 as well.
    Hope this gives you more of an insight of what is going on.
    Let me know if you need more information.
    Thanks a million so far!!!

  • Dreamweaver cc jquery mobile with theme

    Hi everyone
    I m trying to create my first mobile site using Dreamweaver jquery mobile with theme. First I up date the jquery mobile  and jquery files. But after I have done this the icons are no longer available. I have tried several things including: pulling the icons out of the jquery mobile folder titled 'icons-png' and place them in an image folder. But no luck.  
    Dreamweaver installs these files on the starter page
    <link href="jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> 
    <link href="jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
    <script src="jquery-1.6.4.min.js" type="text/javascript"></script>
    <script src="jquery.mobile-1.0.min.js" type="text/javascript"></script>
    and I  replace them with these files
    <link href="jquery.mobile.theme-1.4.4.min.css" rel="stylesheet" type="text/css"/>
    <link href="jquery.mobile.structure-1.4.4.min.css" rel="stylesheet" type="text/css"/>
    <link href="jquery.mobile.inline-svg-1.4.4.min.css" rel="stylesheet" type="text/css"/>
    <link href="jquery.mobile.inline-png-1.4.4.min.css" rel="stylesheet" type="text/css"/>
    <link href="jquery.mobile.icons-1.4.4.min.css" rel="stylesheet" type="text/css"/>
    <link href="jquery.mobile.external-png-1.4.4.min.css" rel="stylesheet" type="text/css"/>
    <link href="jquery.mobile-1.4.4.min.css" rel="stylesheet" type="text/css"/>
    <script src="jquery-2.1.1.min.js" type="text/javascript"></script>
    <script src="jquery.mobile-1.4.4.min.js" type="text/javascript"></script>
    I know this is a pretty basic problem. I cant find any thing on the web to remedy the problem.
    In advance thank you for your advice
    Cheers
    Paul
    https://forum.jquery.com/html/blank.html

    Thank you.  I was having the exact same problem.  I even upoaded the unmodified starter page, just in case it was something I did.  Inserting the viewport line fixed it.  (Now I need to go back and insert that line into each of the pages I was working on.)
    The question remains, however, as to why the mobile starter pages don't include that line in the first place.
    [edit] FYI - On Dreamweaver CC, it's under the "common" group within "insert".  (I would have expected it under "JQuery Mobile", but it's not there.)

  • List View Report (theme 50 - jQuery Mobile Smartphone).

    Hi,
    I am creating a List View Report (theme 50 - jQuery Mobile Smartphone).
    I have say the following settings..
    Text Column - PRODUCT_DESC
    Link Target - f?p=111:22:......
    my PRODUCT_DESC is too long say 150 to 200 characters.
    When I run my application on mobile...
    1. when I am using the Link target, then I am not getting the complete Product Desc values displayed.. it's displaying just initial 15.. 20 characters of Prodcut Desc column and then arrow sign for link..
    2. If I am not using the Link target, then it's displays complete values of Product Desc (all the 150 .. 200 characters) and no link arrown sign.
    My question is I want to use the link target as well as want to display complete value of product desc.. any idea how can I do that..
    Thanks,
    Deepak

    Hi,
    I am creating a List View Report (theme 50 - jQuery Mobile Smartphone).
    I have say the following settings..
    Text Column - PRODUCT_DESC
    Link Target - f?p=111:22:......
    my PRODUCT_DESC is too long say 150 to 200 characters.
    When I run my application on mobile...
    1. when I am using the Link target, then I am not getting the complete Product Desc values displayed.. it's displaying just initial 15.. 20 characters of Prodcut Desc column and then arrow sign for link..
    2. If I am not using the Link target, then it's displays complete values of Product Desc (all the 150 .. 200 characters) and no link arrown sign.
    My question is I want to use the link target as well as want to display complete value of product desc.. any idea how can I do that..
    Thanks,
    Deepak

  • Edge Animate code into Dreamweaver jquery mobile theme?

    I am having trouble getting my Edge Animate file to work on my Dreamweaver jquery mobile theme web site. I was told to get the code from my animate file and put it in my dreamweaver web site. Kind of like this.....copy the Edge runtime code, paste in web site under <head>. Then copy div stage code, and paste it in my website under the content  div. I just cant seem to get it to work. It shows up blank.

    Ok, i got it. I was making this a lot harder then it needed to be. If anyone else has this problem, you just publish your project when in Adobe Edge Animate, then save in the folder you are using for your website. Then in Dreamweaver you can go to insert media, find the file and insert it. All is well.

  • New jquery mobile theme not rendering properly

    So I'm finalizing some things on a mobile website that is looking great! m.whitewatertours.com...but we wanted to make a few changes to the theming and used ThemeRoller from jQuery to do so. But after downloading my new theme and applying it to a test page our fabulous looking site now looks like something a 5 yr old created!
    I replaced the original <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /> code in the Head tag with the new ones mentioned below their respective pages...(generated with the "add new css" button from DW6)
    Here's the orginal page looking great: http://m.whitewatertours.com/rafting-hot-deals.html
    than the test page with ThemeRoller Theme: http://m.whitewatertours.com/rafting-hot-deals-css-test.html
    new code = <link href="jquery-mobile/twt-mobile-theme.css" rel="stylesheet" type="text/css">
    Than I tested with a theme created from Fireworks CS6, still looking terrible...
    test page with FWCS6 theme: http://m.whitewatertours.com/rafting-hot-deals-css-test-fw.html
    I feel like I must've have done something wrong ... but have triple checked everything I can think of!
    Jenny

    Thanks Sudarshan!
    So that did solve part of the problem at first, but was overriding my custom css.
    Found there was an extra </script> in the head tag that was screwing up things...
    So the css. from Fireworks works!
    The css from jQuery ThemeRoller did take a little extra tweaking, did get 2 codes from them one from the file download "index":
    the first code worked with the .min extension so thats what im using
    <link rel="stylesheet" href="themes/twt-mobile-theme.min.css" />
    and another from the download screen:
      <link rel="stylesheet" href="css/themes/my-custom-theme.css" />
    the first code worked with the .min extension so thats what im using
    I also ended up creating the "themes" folder within my jquery-mobile folder with all their stuff in there.
    Thanks for the help again and getting me pointed in the right direction!!
    Jenny

  • JQuery Mobile Swatches "No Theme Applied."

    I am trying to use the new "jQuery Mobile Swatches" tool.  To start I followed the video tutorial and created a new "jQuery Mobile with theme" page from the sample provided.  No matter what I do, or what I select, or modify in the css, etc.. the window alays says "No Theme Appied."  What am I missing?

    had the same problem (wrote webpages in HTML 5.0 and CSS 3.0, and linked up the custom themes in the appropriate place). Custom themes were not displayed (i.e. they were all rendered in white color). I tried this:
    when creating themes with the ThemeRoller, make sure to check no fields are empty in the  Theme Settings (left hand side column) of the themes you created (in my case, the text color field was empty in  "button:normal", "button:hover" and "button:pressed". Enter a color there.
    when I loaded my page in IE9, it didn't work. I then opened my page with Firefox - there it did work. Afterwards opened it with IE9 again where then it worked too. However,  it only worked on my computer. When I opened my page with IE9 on a different computer the custom themes where ... white.
    I tried a few more things, like locally hosting the default themes and editing the default themes, but no use, IE won't read it even though it is linked up correctlty.

  • JQuery Mobile Theme - works Dreamweaver but not online

    I created a new JQuery Mobile Theme in Fireworks CS6: Commands - JQuery Mobile Theme - Create New Theme. Then exported the theme to a folder where I am designing a new mobile app (Commands - JQuery Mobile Theme - Export Theme).
    I opened index.html in Dreamweaver CS6 and changed <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> to the new *.css file. I used Find / Replace to change all instances of data-theme="e" to data-theme="y". I saved index.html and clicked on Live View where it looked perfect. I used FileZilla to move all of the files to the server hosting my website. But when I view it either in Firefox or on my Samsung phone, index.html doesn't include any of the CSS formatting. (It had worked online with the CSS formatting when I had just manually edited the color codes in a few places in jquery-mobile/jquery.mobile.theme-1.0.min.css)
    If I view index.html as a file on my computer in Firefox, the css works perfectly. But when I upload the contents of the folder to the server hosting my website, it doesn't.
    I'd appreciate any input on what I'm doing wrong.
    Thanks

    Fixed it myself. I realized that I needed to leave <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> in index.html and to add a new line <link href="jquery-mobile/y_theme.css" rel="stylesheet" type="text/css"/>

Maybe you are looking for

  • Does new type of unit testing in Flash Builder4 support ANT task ?

    Hi, I am using the new way of creating unit tests following this page http://help.adobe.com/en_US/flashbuilder/using/WS27ECA937-059A-4308-A2E2-F3A3AAB64337.html #WSF04FE993-D0BA-4a2b-BDF1-8B8ABF22E448, which is really easier and more efficient than o

  • My MacPro 10.6.8 has a thin green line on the screen.

    My MacPro is just over a year old now and I have a thin green line on the screen. I hooked it up to my TV and on the second window (the TV) the green line wasn't there. Whats the issue? How do I fix it?

  • Which facebook ios sdk or apple social framework better to use ?

    We have one mapping project now Iphone/Ipad. This time we want to integrate our application with facebook. Now for doing this we have two choices 1. Using official facebook ios sdk 2. Using Apple social framework Im new at social programming so Im co

  • Mover's coupon denied on Sony TV purchase (XBR-65X85​0B)

    Hello, Having read the forums here and seen a much fancier TV being OK'ed for mover's 10% coupon, I headed to Bestbuy store today to buy a lower version of the same (XBR-65X850B) but was told that the mover's coupon did not work.  Can someone here te

  • Block Billing for Material

    Hi! All How to block from BILLING for a particular Material. i.e i need to block billing 1y for a material of customer without disturbing other materials of the same customer Thanks and Regards, Kv