ppr

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Author
    Replies
  • in reply to: file upload field and browse button #101316
    ppr
    Participant

    Hi Phicarre,

    It's not due to Jgqrid (and it cannot handle it). Because it's the property of html : it will display always the button “browse” before the field and you can't change that if you use .

    If you want to customize it (for example : reverse field/button order display) you can use this jquery plugin here:

    plugin bootstrap-filestyle

    there are some demo samples online.

    Best regards

    Phil

    in reply to: Dependent combobox #100434
    ppr
    Participant

    Hi,

    Ok, to handle the “next” et “previous” button in edit form:

    Replace in the index.php

    in reply to: Dependent combobox #100424
    ppr
    Participant

    Hi,

    you must leave this line in the source code. Otherwise it will not work.

    Your complete source with modifications in your message is correct.

    Note, as this version is quick and dirty to show one of the ways of managing a depend combobox mechanism. It does not handle record saving.

    If you want to use “save record” button, your edit.php has to manage the conversion from “country name” string and “city name” string into “country” id and “city” id.

    Regards

    in reply to: Dependent combobox #100337
    ppr
    Participant

    Hi sebastian,

    This line :


    {name:'namecy',index:'namecy',editable: true,edittype:"select",editoptions:{dataUrl:'load_cities.php?id_country=1'}}

    doesn't work because it needs to be changed dynamically on each record.

    To make your project running, here is a quick solution:

    In index.php, replace this code

    editurl:"edit.php"

    by

    in reply to: Focus on field in form #100314
    ppr
    Participant

    Hi Joe,

    You have to do the same call also in

    afterComplete : function (response, postdata, formid)

    in reply to: Dependent combobox #100312
    ppr
    Participant

    Hi,

    In your index.php change this :

    function(data)

    in reply to: Change dynamically the msg message delete #100315
    ppr
    Participant

    Hi Philippe,

    Yes you can do it in the beforeShowForm event.

    This is an example I use in my “users administration module”:

    beforeShowForm:function(form) {

    in reply to: Demo not working #98445
    ppr
    Participant

    Hi

    Yep, in line 40 of

    in reply to: Firefox: tooltip on table cells not displayed until mouse out #96777
    ppr
    Participant

    Hi all,
    Yes I have the same problem in the Firefox browser.
    Fortunately, you can bypass it by replacing the cell columns tooltip manager by another.
    In my case, i usually use jquery.qtip extension. ( http://craigsworks.com/projects/qtip

    in reply to: Add image in tooltip #96767
    ppr
    Participant

    Hi Candra,

    I try answering to your 2 questions:

    1/ How to show the tooltip image on “Tax” column (and take the content from “Inv No” Column) ?

    In your example, You can do that:

    in reply to: Add image in tooltip #96751
    ppr
    Participant

    Hi all,

    I used an extension called jquery.qtip plugin to do this in my application.
    And it works well with Firefox and IE.
    To see the plugin for dynamically loaded thumbnail tooltip, see this example here:

    http://craigsworks.com/project…../thumbnail

    You can apply the same way in Jqgrid.
    To see an example, take the “JSON Data” sample in “Loading data section” section of jqgrid demo.
    You want to show a thumbnail tooltip when the cursor is on “Inv No” column.
    You define that “inv no” column content is the basename of an image called “.jpg” file.
    So, the content “1″ will show in a tooltip the “1.jpg image”, “2″ shows in a tooltip the “2.jpg” image and so on…
    To do this, on the server side, make a folder “images” containing all the image files 1.jpg to 13.jpg.

    In jqgrid, to link

    in reply to: “Warning Please, select row” and navGrid #85412
    ppr
    Participant

    Hello,

    put this line in the section :

    Best regards

Viewing 12 replies - 1 through 12 (of 12 total)

Stay connected with us in your favorite flavor!