Increase the size made of apex_item.checkbox?

Hello
I display a SQL report, including an apex_item.checkbox, this is for use on a Tablet, so I would like to be able to increase the size of boxes that are displayed, to make them easier to select. Can I do this with the help of p_attributes or another way?

Thank you

Mike

Mike, UK says:
I display a SQL report, including an apex_item.checkbox, this is for use on a Tablet, so I would like to be able to increase the size of boxes that are displayed, to make them easier to select. Can I do this with the help of p_attributes or another way?

You can try:

...
p_attributes => 'style="width: 2em; height: 2em;"'
...

or use a sheet of style with a selector for the box or column:

/*
  Not IE6 or IE7/8 in quirks mode
*/
input[type="checkbox"] {
  width: 2em;
  height: 2em;
}

Note, however, that support for the style box size varies greatly between browsers/versions.

Tags: Database

Similar Questions

  • How can I increase the size of the area of modal window in apex 5?

    Hi friends

    I'm working on apex 5.0.6. I made a form master detail with interactive report. The entry form is modal window when I create a modal window record appeared. I want to increase the size of the modal window (length and width both). How can I do? Help, please.

    Concerning

    Kam

    Kam_oracle_apex wrote:

    I'm working on apex 5.0.6.

    Really? The rest of the world seems not to have reached 5.0.3

    I made a form master detail with interactive report. The entry form is modal window when I create a modal window record appeared. I want to increase the size of the modal window (length and width both). How can I do?

    There is no dialogue attributes in the definition of the page, but these are covered in the documentation:

  • Increase the size of the workspace

    Hello

    Please need your help because I'm completely confused how to increase the size of the workspace.

    I made a mistake by one of my workspaces 50 Mb instead on 500 MB, now I can not find any way in Apex to change this.

    Please help me understand the process, I guess it should be within the Apex Admin, but I can find it.

    Thank you very much

    Andrei

    Hi Andrei,

    aracila wrote:

    Hello

    Please need your help because I'm completely confused how to increase the size of the workspace.

    I made a mistake by one of my workspaces 50 MB on the 500 MB, now I can't find some way in the Apex to change that.

    Please help me understand the process, I guess it should be within the Apex Admin, but I can find it.

    Thank you very much

    Andrei

    The method mentioned by benhamdia and Jitendra is to make a service request and appoving it.

    This is done as follows:

    But I'd rather make the DBA way as follows (to make this connection in sqlplus with the sys and privilege sysdba user):

    • Determine the name of the file and the size of the associated workspace schema table space:
    select file_name,tablespace_name,bytes/1024/1024 as MB from dba_data_files;
    

    Assume that storage space is "APEX_25383616320599297" and the name of the file is "/ u01/app/oracle/oradata/orcl/APEX_25383616320599297.dbf".

    • Resize the tablespace to the selected size:
    alter database datafile '/u01/app/oracle/oradata/orcl/APEX_25383616320599297.dbf' resize 500m;
    

    In addition, rather than create the schema when creating workspace, I prefer to create tablespace, then create a schema associated with the table space manually (as there is more control over the options during the creation of tablespace or schema).

    After you manually create the schema and the tablespace, just associate the schema for the workspace while creating the workspace.

    I hope this helps!

    Kind regards

    Kiran

  • Increase the size of disk problems

    I just upgraded from Fusion 4 to 5 in preparation for the upgrade of Windows 7 to 8.  When I initially installed my VM several months ago, I waited to invite me on the amount of disk space, I wanted to allocate, but he never did the installation.  He created the virtual machine of 20 GB (boring), which would work if Windows ever wanted to do an update and that you ever wanted to save a file to the virtual computer.

    I used the Fusion to increase the size of the disc to 122 GB (I have over 600 GB available on my Mac) and it is distributed correctly and when I open windows the space was available on drive C.  However, when I discovered the virtual machine to the Virtual Machine in Fusion library it reads 20 GB.

    After more than an hour of reading of the VMWare knowledge base, I found an article that said that I had to increase the disk using Mac disk utility; However, this option is disabled/grayed out for me.  Another article proposed a ton of utility downloads to do this and overall I am lost.  It would be completely avoidable BS if the installation would have helped clarify the size of my disk on the installtion of the virtual machine.  Alas, it's wasn't the case.

    My question is does my windows hard disk shows 122 GB total space, but the library of virtual machines VMWare shows correct 20 GB and what can I expect if I start tyring upgrade to Windows 8 in terms of space?  Is there allocated 20 or 122 GB?

    Thank you.

    I just upgraded from Fusion 4 to 5 in preparation for the upgrade of Windows 7 to 8.  When I initially installed my VM several months ago, I waited to invite me on the amount of disk space, I wanted to allocate, but he never did the installation.  He created the virtual machine of 20 GB (boring), which would work if Windows ever wanted to do an update and that you ever wanted to save a file to the virtual computer.

    IIRC A Windows 7 Virtual PC to a 40 GB in VMware Fusion 4.x by default however any default size one can always modify virtual hardware parameters before installing an operating system.  Anyway to increase the size of the virtual hard disk is a process in two stages, the first of which is made in the settings of the Virtual Machine's hard drive.  The second part is made with a 3rd party utility or the OS itself, when it is necessary and it is applicable in the case of Windows 7.

    In Windows 7, just go to disk management and extend the Volume, he tries but a few seconds.

    Note: Before performing any disk level operations such as this should ensure that you have a clean backup * of the entire Virtual Machine.

    =========

    * It is a known fact that Time Machine is not 100% reliable backing up/restoring VMS in all circumstances/conditions.  Also back up Virtual Machines via Time Machine of disk/time intensive and wastes a lot of space for something that may be corrupted and worthless time to restore it.  At least I would exclude the Virtual Machines with virtual machines and Time Machine shutdown, not suspended and VMware Fusion closed and then manually copy the VMS to another location, preferably on a different physical hard drive.  So keep the user data stored in the virtual machine saved out of the Virtual Machine on a regular basis in order to always have a backup of the current user data.  If you need to restore a properly saved by VM is not as common at least you will have a virtual working Machine and data user to go forward with when you find out your Time Machine backup of the virtual machine fails.

  • How to increase the size of the shared pool?

    Hello

    How can we increase the size of the shared pool?

    can I update "shared_pool_size" parameter in the init.ora file?

    Or any other way to change?


    Concerning
    Rajesh

    no need to modify the pfile file, if you use 9i or above versions.

    If your database uses pfile then issue
    SQL > alter system set shared_pool_size = scope = mΘmoire;

    If your database uses spfile then issue
    SQL > alter system set shared_pool_size = scope = both; (to reflect changes made to the next start-up also. otherwise scope = memory will be enough)

    If your 10g database, you can have SGA_TARGET enabled (by default) in this case it is not necessary to change anything.

    If you modify the init.ora file, which will result in the next startup of the database. (means shutdown is required). This isn't average recommeded.

  • How can I increase the size of my Inbox (Mozilla Thunderbird)?

    I get the following: "the Inbox is full and cannot hold messages more. To make room for more messages, delete any old or unwanted mail and compact the folder. »

    I followed the thread on the forum, but still have no answer. I want to just increase the size of the Inbox on my desk. This should be simple!

    Help, please.

    No, it's not simple.
    Create another folder, move some mail on it and make room and compact in the file menu that Thunderbird always has a 4 GB limit on mail to be held in a local folder. IMAP account apparently can be greater. POP cannot.

  • How to increase the size of the fonts in the Inbox subject, From, Date, etc.

    About the image below, I don't see a way in the settings to increase the sizes of police in this area.

    I wrote about this here: http://xenos-email-notes.simplesite.com/417754775

    Try the add-on says. An alternative is to do it via a userChrome.css file if you have a strong aversion to the modules.

  • I use a 43 in. TV as monitor and have trouble reading the text in the drop-down menu (file, editing, display etc.) boxes. Is it possible to increase the size?

    I downloaded the theme and font size changer, but I cannot increase the size of the text in the drop-down menus. I sit 10 ft away from the TV with a wireless keyboard. Even when I Zoom on the page of the menu drop-down does not increase in size. With the help of a mini Mac OSX 10.3

    I think that the solution is a TV 60 ", but I hope we can find a more affordable solution!

    I think that the menu bar on Mac OS X.

    [Apple] Window helps the Firefox Edit View History bookmarks file tool

    -wouldn't be likely changes via an add-on or a parameter of Firefox.

    However, as a Windows user, I am at a disadvantage by experimenting.

    I've seen a number of discussions on the forums of Apple, without a clear solution:

  • I want to increase the size of the history panel

    I just upgraded to v. v. 34 17.0.1. In the old version, I could open the story as a full panel and see the places and dates in chronological order. Now, even if I have the "View > by date and site" option is selected, I can only see sites. Also, when I try to increase the size of the Group story to pause the cursor on the edge, the two-headed arrow icon does nothing.

    There is a minimum (min-width: 14em ;) and maximum (max-width: 36em ;) for the sidebar and you can not drag icon resizer beyond this limit.))

    Add code to the file userChrome.css below default @namespace.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #sidebar { min-width:0px !important; max-width:none !important; }
    

    The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the folder of chrome in the Firefox profile folder.

    • Help > troubleshooting information > profile directory: see file (Linux: open the directory;) Mac: View in the Finder)
    • Create the folder chrome (lowercase) in the .default < xxxxxxxx > profile folder if the folder does not exist
    • Use a text editor like Notepad to create a userChrome.css (new) file in the folder chrome (file name is case sensitive)
    • Paste the code in the userChrome.css file in the Editor window
    • Make sure that the userChrome.css file starts with the default @namespace line
    • Make sure that you select "All files" and not "text files" when you save the file via "save file as" in the text editor as userChrome.css.
      Otherwise, Windows can add a hidden .txt file extension and you end up with one does not not userChrome.css.txt file
  • Is it possible to increase the size of the drop-down items, including the size of the police?

    With my failure view I would like to increase the size of the things at the top of firefox. Note that I speak not of content of web pages.

    Thus, for example the size and police Betty bar, size and even once the font size of the title, tabs, status bar.

    I searched items and that you can find content on web pages

    You can watch this extension to adjust the font size for the user interface.

    You can watch the Default FullZoom Level or NoScript extension if the web pages need to be adjusted after the change of layout.css.devPixelsPerPx.

  • How to increase the size of the menu bar?

    My bar menu and all the buttons at the top suddenly, all are much smaller. Any ideas on how to increase the size of the top of the screen? IM talking not about the size of Web pages, just the menus up to the top.

    Don't want to use the menu bar and not the Firefox menu button?

    See also:

    You had previously placed all the items in the Menu bar?

    You can set the layout.css.devPixelsPerPx pref on the topic: config page on 1.0 or Windows 8 to 1.25 and if necessary adjust layout.css.devPixelsPerPx from 1.0 to 0.1 or 0.05 steps (1.1 or 0.9) do the icons to display properly.

    See also:

    An extension allows you to adjust the size of the text in the user interface and zoom the page in the browser window.

    You can watch this extension to adjust the font size for the UI (toolbar).

    You can watch the Default FullZoom Level or NoScript extension if the web pages need to be adjusted after the change of layout.css.devPixelsPerPx.

  • How to increase the size (footprint) of the banner?

    I would like to increase the size of the banner of the article at the top of the page so that I can see other links I visit regularly.

    Try using this extension:

    https://addons.Mozilla.org/en-us/Firefox/addon/Multirow-Bookmarks-toolbarplus/?src=SS

  • HP - 50g RPN - how to increase the size of the variable icon in the command screen in the RPN

    Greetings.

    How can I increase the size of the icons 'F' keys for variables in the RPN command line window?

    My reason for this is to be able to see the full name of the variable.

    Thank you.

    Edit: Perhaps sizes of keys to function 'F' is what determines the size of the variable icon. Does this mean that it cannot be increased?

    If you press SHIFT RIGHT and then press the ARROW KEY down, you can see more than 5 characters that are currently displayed for the softkey text.

    a second solution to think abou... to help the CSE function and custom designed GROBs.

    (However, take into account the current size of the police... how small it really is possible and stay legible-

    You must take account of the resolution of the screen of 50 G... it's not a 'Tablet' hi-res-like display)

    See the example on page 20-4 of the 50G users guide.

    a copy of the user guide can be downloaded here:

    http://h20000.www2.HP.com/bizsupport/TechSupport/DocumentIndex.jsp?ContentType=SupportManual & lang = to & CC = US & docIndexId = 64179 & TaskID = 120 & prodTypeId = 215348 & prodSeriesId = 3235173

    Here is the example used on page 20-4

    % HP: T (3) A (R) F (.);
    { {
    21 8 00000EF908FFF900FFF9B3FFF9A2FFF9A3FFF9A0FFF388FF GROB
    "hp"}}

    the list above on the battery... run

    MENU

    If you try to increase the amount of visible characters when running programs, you can use INFORMATION or an application like GUIPLUS located here:

    http://www.HPCalc.org/search.php?query=guiplus

  • Shrinks data and small to read. How doI to increase the size of the data?

    I need increase the size of the data on the website

    See also:

  • How can I increase the size (of the police, General presentation, etc.) to make it easier to read every page?

    Hoe can I increase the size of the presentation (fonts, background, etc.) to make Firefox easier to read.

    See http://kb.mozillazine.org/Zoom_text_of_web_pages
    zoom level must remain the same for each area.

Maybe you are looking for