jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • in reply to: internal application internal application #83419

    hellyeah
    Participant

    thank you.

    in reply to: jqx calendar suggestion jqx calendar suggestion #83351

    hellyeah
    Participant

    okey sure actually there is no question i just wanted to show my solution. Thank you for interest. I try to create smaller fiddle.

    Have a nice day.

    in reply to: jqx calendar suggestion jqx calendar suggestion #83280

    hellyeah
    Participant

    i did this if anyone care to examine. Please take a look this example. You may give some advice to me.

    Create datepickers and select the dates then click any of pencil button. You will see button is re colorizing with its tooltip.

    http://jsfiddle.net/hellyeah/nt4mtwr4/2/

    Thanks Hristo

    in reply to: Holidays Holidays #83056

    hellyeah
    Participant

    hey i know ask too many questions. I didnt mean to flood the forum.

    Is there anyway to check spesific date is special date or not?

    Thank you.

    in reply to: Holidays Holidays #83027

    hellyeah
    Participant

    that was really nice Thank you.

    Is it possible to give all dates like April 5 2016 or may 27 2016 thanks.

    in reply to: updating special dates updating special dates #82964

    hellyeah
    Participant

    hmm here is interesting thing.

    http://jsfiddle.net/xwaam77p/4/

    i change jqxCalendar as jqxWidget and everything works fine.

    in reply to: Holidays Holidays #82839

    hellyeah
    Participant

    yeah it looks like specialDates what i am looking for.
    But i want to set calendar for all holidays that can be one day or dates of range. We are in march right now but also i want to set holiday of June. Is it possible to set dates or range of dates for spesical dates.

    Hope my sentences are clear.

    Thanks

    in reply to: day abbreveation problem day abbreveation problem #82267

    hellyeah
    Participant

    hello Hristo thank you so much

    i really appreciated. Have a great day. 🙂


    hellyeah
    Participant

    hello Peter Stoev

    that really made sense thank you.

    have a good day.

    in reply to: disable only dates disable only dates #82037

    hellyeah
    Participant

    what i am looking for readonly feature of jqx calendar have a good day.

    in reply to: disable only dates disable only dates #82033

    hellyeah
    Participant

    i understand thank you for a link. But i would prefer disable all dates in calendar “days in 12 months” if it is possible.

    in reply to: Custom localization error Custom localization error #82016

    hellyeah
    Participant

    (function(window, undefined) {

    var Globalize;

    if (typeof require !== “undefined” &&
    typeof exports !== “undefined” &&
    typeof module !== “undefined”) {
    // Assume CommonJS
    Globalize = require(“globalize”);
    } else {
    // Global variable
    Globalize = window.Globalize;
    }

    Globalize.addCultureInfo(“tr-TR”, “default”, {
    name: “tr-TR”,
    englishName: “Turkish (Turkey)”,
    nativeName: “Türkçe (Türkiye)”,
    language: “tr”,
    numberFormat: {
    “,”: “.”,
    “.”: “,”,
    “NaN”: “n. def.”,
    negativeInfinity: “-unendlich”,
    positiveInfinity: “+unendlich”,
    percent: {
    pattern: [“-n%”, “n%”],
    “,”: “.”,
    “.”: “,”
    },
    currency: {
    pattern: [“-n $”, “n $”],
    “,”: “.”,
    “.”: “,”,
    symbol: “€”
    }
    },
    calendars: {
    standard: {
    “/”: “.”,
    firstDay: 1,
    days: {
    names: [“Pazar”, “Pazartesi”, “Salı”, “Çarşamba”, “Perşembe”, “Cuma”, “Cumartesi”],
    namesAbbr: [“Pa”, “Pz”, “Sa”, “Çr”, “Pr”, “Cu”, “Ct”],
    namesShort: [“Pa”, “Pz”, “Sa”, “Çr”, “Pr”, “Cu”, “Ct”]
    },
    months: {
    names: [“Ocak”, “Şubat”, “Mart”, “Nisan”, “Mayıs”, “Haziran”, “Temmuz”, “Ağustos”, “Eylül”, “Ekim”, “Kasım”, “Aralık”, “”],
    namesAbbr: [“Oc”, “Şb”, “Mr”, “Ns”, “Ma”, “Hz”, “Tm”, “At”, “el”, “Ek”, “Ks”, “Al”, “”]
    },
    AM: null,
    PM: null,
    eras: [{
    “name”: “n. Chr.”,
    “start”: null,
    “offset”: 0
    }],
    patterns: {
    d: “dd.MM.yyyy”,
    D: “dddd, d. MMMM yyyy”,
    t: “HH:mm”,
    T: “HH:mm:ss”,
    f: “dddd, d. MMMM yyyy HH:mm”,
    F: “dddd, d. MMMM yyyy HH:mm:ss”,
    M: “dd MMMM”,
    Y: “MMMM yyyy”
    }
    }
    }
    });

    }(this));

    $(“#jqxCalendar”).jqxCalendar({
    width: ‘250px’,
    height: ‘250px’,
    theme: ‘darkblue’
    });

    $(“#jqxCalendar”).jqxCalendar({
    culture: ‘tr-TR’
    });
    });

    this is the way i did my calendar Turkish

    in reply to: Json with jqx scheduler Json with jqx scheduler #81677

    hellyeah
    Participant

    Thnaks you for example is there a code sample i can check.

    Regards


    hellyeah
    Participant

    ir looks fantastic really Thank you letting me know.


    hellyeah
    Participant

    Hey Hristo thanks for answerrs really helped a lot.
    I guess jqx calendar have feature for addSpecialDay but dont have removeSpecialDate what i mean is
    When you create multiple calendar and when select the date i want to colorize date of range.
    There are multiple date of ranges. User can think to update one of date range. In that case i need to remove color from datetimeinput and allow user to colorize different dates if you know what i mean.

    One of example i have, i want to share with you is

    http://jsfiddle.net/1ndnqchu/42/

    you can create multiple datepickers and colorize the jqx calendar. You will see pencil button beside input boxes. My plan is to remove from color when user click one of pencil button “spesific date of range” but i guess jqx calendar doesnt have that feature. The thing you can do is to remove all dates in the calendar.

    Imho, that could be nice to add that features.

    Best regards.

Viewing 15 posts - 1 through 15 (of 20 total)