jQWidgets Forums
Forum Replies Created
-
Author
-
thank you.
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.
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
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.
that was really nice Thank you.
Is it possible to give all dates like April 5 2016 or may 27 2016 thanks.
hmm here is interesting thing.
http://jsfiddle.net/xwaam77p/4/
i change jqxCalendar as jqxWidget and everything works fine.
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
hello Hristo thank you so much
i really appreciated. Have a great day.
March 3, 2016 at 3:54 pm in reply to: remove highlight and globalize remove highlight and globalize #82091hello Peter Stoev
that really made sense thank you.
have a good day.
what i am looking for readonly feature of jqx calendar have a good day.
i understand thank you for a link. But i would prefer disable all dates in calendar “days in 12 months” if it is possible.
(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
Thnaks you for example is there a code sample i can check.
Regards
February 19, 2016 at 1:22 pm in reply to: remove special dates from calendar remove special dates from calendar #81611ir looks fantastic really Thank you letting me know.
February 19, 2016 at 8:32 am in reply to: remove special dates from calendar remove special dates from calendar #81589Hey 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.
-
AuthorPosts