@tbettinazziaxioma-it

@tbettinazziaxioma-it

Forum Replies Created

Viewing 14 posts - 121 through 134 (of 134 total)
  • Author
    Posts
  • in reply to: Checkbox on focus doesn’t fire #103721

    I investigate deeper and the problem seems to be a little more complex.

    In the onfocus I activate the following code in order to have the sequence number of the element :

    var elementName = getElementName(element);
    for (var i = 0; i < myPage.length; i++) {
    if (getElementName(myPage.elements[i]) == elementName) {
    id = i;
    }
    }

    I found that when the checkbox goes from unchecked to checked the code fails and doesn’t find the sequence number, when it goes from checked to unchecked it works and finds the correct sequence number.

    Could You explain me why ?

    I also listed all elements and, effectively, when the checkbox is non checked it doesn’t esist in list of the element of the pages.

    Tks

    Tks

    in reply to: Checkbox on focus doesn’t fire #103720

    Sorry but I didn’t understand (may be some comma are missing).

    When a checkbok has not the focus and I click on it it will fire before onfocus and then onchange or viceversa ?

    Tks

    Tullio

    in reply to: Checkbox on focus doesn’t fire #103718
    <span class="Y2IQFc" lang="en">Effectively it seems to fire before the onchange event and then the onfocus doesn't fire.
    Tks</span>
    in reply to: Filterable dropdown list #103713

    I solved.

    Tks

    in reply to: Date Picker onchange event #103702

    I solved using edit_mode=full

    tks

    in reply to: Date time calendar tab header undefined in italian #103668

    I tested Your suggestion but it doesn’t work.

    In your demo the date picker is setted “en” and then changed to “it”.

    However If you set directly “it” as in

    <smart-date-time-picker class=”demoDateTimePickerWide”
    calendar-button
    enable-mouse-wheel-action
    drop-down-position=”center-bottom”
    spin-buttons
    spin-buttons-position=”left”
    locale=”it”></smart-date-time-picker>

    You’ll see the value undefined.

    Tks

    Tullio

    in reply to: Date time calendar tab header undefined in italian #103653

    Tks for Your help.

    In my “environment”, however, I don’t know “a priori” how many datepicker I’ve (it’s a runtime generated html code).

    Is there any way to set it once for all ?

    Tks

    in reply to: Customizing button label #103271

    Sorry but I don’t understand what I should do.

    How can I set such variables ?

    Could You provide a small example ?

    Tks

    in reply to: Customizing button label #103252

    Tks.

    I still have some small problems :

    • the button label is allways capital (even if I write Take License I see TAKE LICENSE)
    • how can I control the button size to make i larger enough to keep the button text (e.g. take license)

    Tks

    Tullio

    in reply to: datePicker error in grid #103034

    Tks, it seems to work.

    How can I force the calendar to appear in italian and not in english ?

    Tks

    in reply to: datePicker error in grid #103032

    Tks but I still don’t understand how to “pass a date” in a json datasource.

    Could You suggest the correct way ?

    Tks

     

     

    in reply to: datePicker error in grid #103026

    Sorry but I still don’t understand where and how to set locale.

    I use :

    { label: ‘Campo data 1’, dataField: ‘C6’, cellsFormat: ‘dd/MM/yyyy’,
    editor: {
    template: ‘dateTimePicker’,
    formatString: ‘dd/MM/yyyy’,
    onInit(index, dataField, editor) {}}},

    but I don’t understand where set my locale.

    Tks

    in reply to: datePicker error in grid #103024

    My browser locale is it_IT and is correct but the datepicker still shows english captions and seems to work in american standard.

    Tks

     

    I got the browser language using

    function getLang() {
    if (navigator.languages != undefined)
    return navigator.languages[0];
    return navigator.language;
    }

    in reply to: datePicker error in grid #103019

    Sorry I was forced to change the account because I don’t receive mails anymore on the other account.

    Anyway I still find the problem.

    I suspect the problem coud be my PC language setting which is Italian.

    When I open the date picker I see all in english.

    Is there any specific setting for the datekeeper related to language ?

    Tks

Viewing 14 posts - 121 through 134 (of 134 total)