Robert Šarić
Robert Šarić
SemanticUI uses data-attributes for specifying [tooltip/popup](https://semantic-ui.com/modules/popup.html) values. Example: ``` ``` I've tried setting up many variants in the ini file, like: ``` name.data-tooltip name.data[tooltip] name.dataTooltip ``` but the data-atrribute never...
After a release, produce a minified l10n.js. 'Nuff said ;)
It would be very useful to have some kind of versioning for l10n.js, both on the github page via releases (which are simply created by tagging a commit) and within...
'Nuff said ;)
## Expected Behavior Obfuscated the code. ## Current Behavior Fails with: ``` Unexpected token (186:34) > ...port(configPath, { assert: { t... ``` for the code: ``` config = await import(configPath,...
Currently (RIDE v1.3, Windows 32-bit on Windows 7 64-bit) when navigating back to a previous view (by e.g. a back arrow) we are returned to the correct view, but always...
Example: ``` # ``` Additionally, use the category name (Name, Year).
Example `module.set` extension: ``` text: function (key, value, refreshCalendar) { settings.text[key] = value; if (refreshCalendar) { module.create.calendar(); } } ``` Example usage: ``` $('#daypicker').calendar('set text', 'months', months_hr_HR, true); ``` Works...
...but only when the widget is opened and then closed. My initialzation: ``` $('#daypicker').calendar({ type: 'date', firstDayOfWeek: 1, constantHeight: false, disableYear: true, disableMonth: true, disableMinute: true, minDate: new Date(getStartDate()), maxDate:...