setting width of yes/no point type in jquerymobile

Hi all

I use version apex 4.2 on windows 7 64-bit oracle 11g R2.

I created a mobile application, I created an article which appear as Yes/No.

the yes value is INSTALLATION and not worth TROUBLESHOOTING

Now when I run the application, the size of the Yes/No field is very low and none of the entire string is visible to the end user, that is, the STALLATI and the ROUBLS are displayed.

Instead, I want to put the width correctly so that the values are displayed correctly, i.e. INSTALLATION or if the user tries to select the resolution of the PROBLEMS.

I tried to set the width attributes of form elements in HTML with style = "width = 100px;" but nothing happens.

Kindly guide me accordingly.


Thank you.

Hi Maahjoor,

Maahjoor wrote:

Any clue with the Please this problem?

Thank you.

You have to find the CSS classes which is to control the width of your yes / no items using debug tool like firebug (Mozilla firefox) etc.

I tested the Mobile - 51 in Apex 5 theme and it works for me

Select Page->-> Inline Css - > put the code below

.ui-field-contain div.ui-slider-switch, .ui-field-contain.ui-hide-label div.ui-slider-switch, html .ui-popup .ui-field-contain div.ui-slider-switch {
    width: 10.8em !important;
}

Hope this helps you.

Kind regards

Jitendra

Tags: Database

Similar Questions

  • How to set the question Yes/No Yes by default

    I create an Apex application and I created a simple form on a table.

    One of the points I chose to be a Yes / No article, but I can't seem to default to Yes instead of no.

    I tried to go to the default value property and enter Yes, Y, y, 'Yes', 'Y', 'y' and a variety of other values, but nothing seems to the default value of the element to Yes.

    Someone knows how to do by default yes?

    Hello

    3bcddad4-db48-43C9-B953-c983b6cedec1 wrote:

    An update:

    For this particular point, the DefaultValue property is not applied everything.

    I tried to change to a textbox control and then have a value by default, but the item still not display by default.

    Delete this and create a new item and try to set the default on this point.

    Hope this helps you,

    Kind regards

    Jitendra

  • How to set the value of the point of application using pl/sql in the application process

    Hi guys,.

    I want a global variable (application point) whose value will be set to start when a user logs on to the application. The value will be retrieved from the database by using a sql query. I don't exactly know the syntax to set the value of the point of application in the application process. Also, I want to know what type of enforcement process should I use to set the value of the point of application, when a user starts a session. The value of the point of application varies from one user to the user.

    Help, please.

    I use apex 4.2

    Kind regards

    Waqas

    You can use the application element as a link with his name. That is to say. your point of application is named G_MY_APPLICATION_ITEM, then you can / set of access using: G_MY_APPLICATION_ITEM.

    For example

    BEGIN

    -assign as a variable

    : G_MY_APPLICATION_ITEM: = 'LARRY ';

    --

    -use in a SQL statement

    SELECT WHATEVER_COLUMN

    IN: G_MY_APPLICATION_ITEM

    FROM MY_TABLE

    WHERE USERNAME =: APP_USER

    ;

    END;

    Peter

  • How can I set the default font size and type for the outgoing Hotmail mail?

    How can I set the default font size and type for the outgoing Hotmail mail?

    Hi Dale,

    What is the email client do you use?

    Outlook can be configured per - start Outlook-> Tools-> Options-> mail-> fixed Format and fonts... Select the font and size you need... Click ok on all screens.

    I hope this helps.

  • is it possible to have a mouse pointer type navigation system in my java application?

    Hello

    Basic question, but I have to ask: is it possible to have the scheme of navigation mouse pointer type/style in my java application?  Rather than having the focus of just tab trackpad/ball around the screen?

    Thank you

    It is relatively easy to have a pointer that can move around the screen.  What's more complicated is to find where this point is in relation to the fields that you have on the screen, and so the fields that have the focus.  So of course what do you with this pointer while people type?  or if there was a pointer, users will need to click to select the input field?  Then once you have selected an input field, made the moving average of scrolling trackball with - in the area or that the bar has to be moved.  Everything becomes complicated.

    Unless someone is willing to throw a lot of money to you to implement this, I would say that the answer is no.

  • using the custom value sets rules of SOUL of special type of information

    Hi, I have custom value sets that I use with my types of special information. I have allowed these types of special information self-service and attached rules for approval their.
    Here my problem, some of the sets values are sql based and are designed to obtain information on the applicant. then I use a lot fnd_profile.value ('user_id').
    For example,.
    Select email_address from fnd_user where user_id = fnd_profile.value('user_id')

    But when the sit is sent for approval, any field, the use of these custom value sets are missing. the only fields that are displayed are those not not with value sets with user_id profile as part of the query.
    My question is, is there a better way to retrieve information about the employees and thus be able to avoid this error?
    Thank you very much
    Iraqi

    Hi innocent,

    for the specific e-mail address case, maybe you can remove the valueset validation, set a default value based on the query and convert the field read-only, although I recall some faulty difficulties read only FDF.

    or maybe you could try changing the valueset to something like:

    Select email_address from fnd_user where user_id = fnd_profile.value('user_id')
    Union
    Select varchar2_value in the hr_api_transaction_values where >

    see you soon
    Giuseppe

  • Dynamic action to set the value of the point of Application

    Hello
    I want to display a form button that sets a value of the point of Application. Can someone please help and guide how to proceed?

    The requirement is, the user will receive a report, they can change a record and a button will allow him to SET the record for the session. When it accesses a different page within the application, they will see that the data relevant to the record that is DEFINED.

    Thanks in advance
    Aali

    Hi, Estelle,.

    You can use the dynamic action 'Code from PL/SQL Execute' to fix your application. For example, your code might look like

    begin
        :G_DISPLAY_MODE := :P1_DISPLAY_MODE;
    end;
    

    Page items to submit: P1_DISPLAY_MODE

    P1_DISPLAY_MODE would be the element on your current page where you select the desired value.

    Hope that you give something to play with.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Access to the number of property may not set through a reference with static type...

    Hi all!

    I encounter this problem today... Take a look at the code:

    import com.trick7.effects.TeraFire;

    for (var j: uint = 0; j < 10; j ++) {}

    var fire: TeraFire = new TeraFire();

    Fire.x = j * 40 + 20;

    Fire.y = 100;

    Fire.Number = j; This line is causeing the problem

    addChild (fire);

    fire.buttonMode = true;

    }

    Class TeraFire creates fire particles. Compiler error is:

    Scene 1, Layer 'layer 1', frame 1, line 7.1119: access of the number of property may not set through a reference with static type com.trick7.effects:TeraFire.

    Can someone help me find a solution to this problem.

    I can do this 'number' with a clip, but not in this case. What can I do?

    Sorry oops misspelling... I meant fire ['number'] = j;

    The class must also be dynamic for this work, i.e.:

    public dynamic class TeraFire extends MovieClip
    

    (a dynamic class extension is not the class dynamic sub...)

    --

    Kenneth Kawamoto

    http://www.materiaprima.co.UK/

  • Setting width of objects while turning

    Hi everyone, just this problem is going to be really hard to explain without being able to show you exactly what I mean, but I'll do my best and if I confuse you so please tell me!

    I am working to set up a game at the present time that is similar in many ways to the mini-golf (or mini-golf, depending on where you come from). It shows a side view and play the user must select the ball by pressing the mouse, and then drag the mouse to indicate the direction that they want to shoot the ball in. The distance that they drag the mouse (it has a limit of course) determines the power of their shot.

    I currently use a triangular object with the point placed in the center of the ball to show the user the direction they have chosen. This triangle turns to deal with the position of the mouse, and I am trying to lengthen/shorten the distance between the mouse and the balloon-based. I have the code in place (below) that works when the mouse is either left or right side of the ball, but has rather strangely when the mouse is above or below the ball. When the mouse is in one of the last locations, the triangle extends to be much greater than the maximum length allowed by the program, but a trace shows that it is still within acceptable limits! You can see what the problem is here? I almost start thinking that Flash is switching the attributes 'width' and 'length' autour when the object rotates of 90 or - 90 degrees!

    The code I use is:

    If (ballSelected)

    {


    trajectory.rotationZ = Math.atan2 ((mouseY-ball.y), (mouseX-ball.x))*180/Math.PI - 0.3;)
    var tipPos:Point = new Point (trajectory.x, trajectory.y); The position of the tip of the triangle
    var mousePos:Point = new Point (mouseX, mouseY); The position of the mouse
    Trajectory.Width = methods Point.distance (mousePos, tipPos); Need sorting
    trace ("affecting width:" + trajectory.width);
    If the maximum size of //Limit (trajectory.width > 200)
    {


    Trajectory.Width = 200;


    }

    }

    Here are a few screenshots of the game as it is also - please do not laugh at the art of the horrible placeholder currently: none of this is final haha (note also that I did not implement 'gravity' yet, so everything is sort of glide through the air.) The first image shows the code works as I want what it with the triangle to its maximum width, the second shows the triangle's "enormous."

    GameWorking.png

    GameNotWorking.png

    Yes, it seems that there is something wonky with the width property. However setting the scaleX property seems to work for me. I'm not sure why you are simply by changing a single dimension of a movieclip to represent a "trajectory", but it seems to work for me:

    var path: MovieClip;
    var ball: MovieClip;

    Trajectory.x = ball.x;
    Ball.y = trajectory.y;

    stage.addEventListener (Event.ENTER_FRAME, rotate);

    function rotate(e:Event) {}
    Trajectory.rotation = Math.atan2 (mouseY - ball.y, mouseX - ball.x) * 180 / Math.PI;
    var dx:Number = mouseX - trajectory.x;
    var dy:Number = mouseY - trajectory.y;
    var dist:Number = Math.sqrt (dx * dx + dy * dy) / 200
    Dist trajectory.scaleX =<2 dist="" :="">
    }

    You can use the Point class to determine the distance, but I think it could be faster.

    I'd probably actually use the drawing api to draw the triangle that I wanted, but since I don't know exactly what you are trying to accomplish...

  • can I use a laptop to set up a wifi access point?

    When I first received a laptop of opportunity in last December, a colleague tech at my night school mentioned that I didn't have to buy a 803,11 access point device to plug my switch, but I rather use a WiFi card on my computer to create my own access point. I told him I have such a card and put a little out of my mind.

    However, I have someone outside to spend the night at my place, and he needs to check his e-mail. Unfortunately, it seems that the RJ-45 socket on his laptop is broken, I have tried several cables and impossible to get a connection, including the cable to connect the computer I'm using now.

    Is it possible that I can use ICS on XP Pro (preferred) or Vista 32 bit Home Premium (really want to use it, I have never set the boot loader after the upgrade to XP on a separate partition, especially because XP has worked so much better) to set up enough connectivity for him to connect to the mail server?

    Should I Windows 7 or Vista to do this? I know how to do the reverse quite easily (share Wi-Fi on the Ethernet port), but I don't know how to set up the SSID and others. I would assume same WEP or WPA2 (Yes, I know how it is easy to crack, but it's better that transmitting passwords in clear text because it discourages occasional interception) would too, so it will accept a connection open, unencrypted. I'll just close access once it does.

    How could I go to set it up? I'm not spending money on software that is not free for one night, one-shot deal. Kiss, I just need a connection of bare bones for him. If its Ethernet port was working, I would leave him to plug my switch, but since it's not I need to create a gateway using what material I have on hand, and the only device with any kind of ability 803.11 is my own laptop.

    I know it's possible, I don't know if this is something only Linux, or a solution that requires 3rd party software.

    Yes, you can use ICS.  See http://practicallynetworked.com/sharing/xp_ics/

    I forgot to include this--> http://www.home-network-help.com/ad-hoc-wireless-network.html

    You will need to configure security manually from the properties of maps dialog box wireless (on both computers) and IIRC, you can use WEP in ad-hoc XP networks.

    Go to the correct place
    Right click on the wireless adapter icon and select Properties
    Click the wireless networks tab
    Click Add to create a configuration
    in the 'Association' tab, set the SSID, network authentication 'Open' and WEP data encryption.
    It's been so long that I made that I remember exactly, but I think you can use only the 10 digit Hex key.

  • setting up wrt150N as access point

    Hello.. Please bare with me.
    In my previous House, I had my cable modem connected to a dlink wireless router. I used a port on the dlink lan and connected to my wrt150n that is configured as an access point. It has worked flawlessly. I was able to create a network and share files between computers regardless of what router they were physically connected to.

    Fast forward a year and in my new House, I have a dlink WIRED router connected to my modem (different ISP) and to a lan port on the router im connected to the port of the wrt150n 'internet '. The computer is connected to the 150n can access the internet and the portion wireless works fine, but it does not connect to another computer that is connected directly to the router wired dlink.

    From the computer connected to the linksys, I can;

    router dlink ping

    router linksys ping

    ping ip address ONLY, the second computer that is connected to the dlink router

    The computer connected to the dlink, I can;

    router dlink ping

    I can not ping ip address AND name of the other computer

    I cannot ping the router linksys

    Is happening here?

    What setting should I watch these two computers to be on the same home network?

    Dlink ip address is 192.168.0.1

    Address IP Linksys is 192.168.1.1

    He was installing it in my old House and worked well.

    Unfortunately, my warranty is up and linksys don't offer me a tech support.

    any help would be GREATLY appreciated, I really need my home network courses.

    It's just the way you have implemented: you configured the WRT as router and so you have created two separate LAN segments and areas of broadcasting. Emissions of LAN will not cross a router. Name resolution for the WIndows work group works on the basis of emissions, either it works on the same segment of LAN never beyond a router. For example, if you want to keep this type of installation, you will need to use the IP address to connect to computers on the Dlink from computers on the WRT. Reverse is not possible at all because the WRT does NAT which makes LAN inaccessible on the internet port.

    You want only the WRT as access point and you seem to want connectivity complete between all your computers I would say that you reconfigure the WRT.

    1. disconnect the WRT from D-Link.

    2. connect a computer to the WRT. Open the web interface at http://192.168.1.1/

    3. on the main configuration page, change the address LAN IP of 192.168.1.1 to 192.168.0.2 and disable the DHCP server.

    4. save the settings. You will lose the connection.

    5. unplug the computer and wire to one of the LAN ports of the WRT to your D-Link router.

    That's all. Now all your computers to connect to the same local network and are in the same broadcast domain. All computers use IP addresses * 192.168.0 and have internet through D-Link.

    Make sure that the DHCP server on the D-Link will not affect 192.168.0.2 to another computer or device on your network. This would cause a conflict of IP address.

  • Setting the focus to textfield - cannot type

    I'm trying to use a MouseEvent.CLICK event to set the focus to a TLFTextField and let the user type:

    var textField:TLFTextField = menuField.getTextField ();

    textField.stage.focus = textField;

    textField.setSelection (0,0);

    However, when this code executes, the cursor appears in the textfield, but the user cannot type. What can I do to fix this? A more detailed description below:

    I am applying that has many fields, that the user must fill. The fields are generated dynamically and not always the same number, so I made a movieclip called now and wrote a class so he could manage the feature.

    Now has two areas of text, which are TLFTextFields to the inside of the container MovieClips. The first region, lblFieldName, is the label of the field (for example "name:"). The second is the editable text area lblFieldValue the TLFTextFields are inside containers because I found if I tried to put the lblFieldNametext of now 's manufacturer, it would reset immediately (TextFields are apparently not intitialized until the manufacturer of their parent is over...)

    The size and position of lblFieldValue is defined dynamically depending on the size of lblFieldName. The text in lblFieldValue begins in white until the user enters something. Unfortunately, regardless of the width of the textfield, if the text is empty the user select the textfield by clicking the left edge of it, which is completely unrealistic. My solution has been to add a mouse CLICK event to the set now and try to set the focus to the lblFieldValue TextField. But once again, when the previous code is running it places the cursor but does not allow the user to type. I don't know that I'm missing something simple. Any suggestions?

    Problematic are tlf textfields.  unless you have a good reason to use them, you must use classic text.

  • setting width of percentage in actionscript

    Hi all

    I try to have a foldable component on a flex application, I train! I tried to use the < mx:Resize > tag as follows

    < mx:Resize id = 'contract' target = LargeurPour '{leftPanel}"="0"/ >
    < mx:Resize id = "expand" target = LargeurPour '{leftPanel}"="200"/ >

    with leftPanel was a component in my app!
    The above works, a sort of-, I must set my right panel to 100% so that when I reduce the left panel of the right panel takes over the screen! It is a bit of a messy hack, and the problem is that since I put the widths on my applications in the form of percentages (it is necessary to make the app is scalable) when I develop the leftPanel again, it's a different size! I don't want to set a static option for value as I want it to be scalable!
    I was wondering if anyone knew if I'd be able to set percentages for the LargeurPour option above? I couldn't find anything either on this topic so I assume I can't!
    I also tried to write a simple like function

    public function minimiseScreen (): void {}
    leftPanel.width = 0;
    rightPanel.width = 100;
    }

    public function maximiseScreen (): void {}
    leftPanel.width = 30;
    rightPanel.width = 70;
    }

    Again, I have a similar problem here that I don't know how (or if I can?) set values of percentage for widths above? Anyone know if this is possible? And if yes how?
    Or if it is not possible does anyone know any other way of manufacturing components foldable?

    Any help would be really appreciated!
    Thanks in advance,
    Derm

    Thanks guys 1 million.

    It worked perfectly!

    Sorry, I meant watch ye answered the question!
    Thanks again

  • Setting width got

    Hello, when I put #unified - back - front - key to display: none, my url bar throws himself on the left side of the browser. Any reason, what is the cause? I tried to set the width of several selectors such as #nav - bar and container-urlbar #, nothing solves this problem. No reason?

    Try something like this:

    #urlbar-container { max-width:400px!important; padding-left:0px!important; margin-left:XXpx!important; }

    You can drag the B/F buttons unified to another position (that is, to the right of the search bar) before hiding the buttons with the code in userChrome.css

  • I set firefox to open a file type (.) SGF) w / a program, but it doesn't, so I put it to save/apply and no work option, it always opens file link in a new tab.

    I went into Options and set the. SGF with Smartgo open file. He refuses to do. Clicking on a link to one. SGF file simply open the file as a text in a new tab.

    Given that it did not work, I tried to get firefox to download instead, because then I can open it using the window file type associations. It will not download the file, unless I actually do a right-click and save-as in the link.

    It is tedious when displaying a lot of these files. I even put it to wonder after seeing the download option did not work. He don't ask me. What happens here?

    Also, I use firefox 23

    EDIT: It seems to be the specific Web site. Some sites will allow me the option to open it in Smartgo, others just it open in a tab in the form of text. What is causing this gap and can it be overcome thanks to the browser settings?

    A sample Web site to highlight the issue is:
    http://igokisen.Web.FC2.com/WR/LG.html
    clicking on one of these links will not download, open, or ask questions about what you want to do with the file.

    What happens if the server sends the file as text/plain.
    You can see if you open "tools > Page Info > general": Content-Type: text/plain

    Sent files that this way is always open in a tab.

Maybe you are looking for

  • Italic option on e-mail-how do

    Is there a setting to the italic option is available.  It is here and now it is not available. On a MacBook Air 10.10.5

  • Message that my Windows XP Home Edition product key is not valid

    My hardrive was getting full so I saved and used DBAN to wipe my hardrive. Once I did and went to install my VALID copy of windows XP when is invited to enter my product key (which is located on a certificate of authtensiy stick on the side of my Tow

  • I try to open an attachment that has worked in Windows Vista, but it will not open in Windows XP.

    original title: electronic I just changed from windows xp to windows vista, I received an email where I have to download an attachment I did but it will not open the file it says windows cannot open the file, it must know which caused it.when I was o

  • Any way to reinstall windows without using external software?

    Sometimes I use programs that are too big for my computer.  They are usually dialog boxes.  And dialog boxes usually have the final orders down.  Which I don't see.  I drag the window to the top, but it is still too long and I can't move it all furth

  • Removal of the update files.

    I am Yogesh. Right now I use Windows XP genuine, after update my copy of windows, my hard disk space has become very weak. So, how am I going to remove that updates the files to recover my hard space?Please remember and answer me quickly.