Alessandro Gubitosi

Results 17 issues of Alessandro Gubitosi

How can I switch from an input to an EpicEditor area, then to an input yet? EpicEditor is not a real textarea, then tabindex could not be set... I need...

You can allow text resizing from options simply add ``` javascript // Create our objects: two labels and the button .css({"font-size": this.options.height + "px"}); .css({"font-size": this.options.height + "px"}); ``` in...

I have a problem during drawing vectors on the map. Behaviors below: - Polylines and Polygon shows anchors but not dotted lines - square doing nothing during drag - circle...

I would like to add tooltip class but currently is not possible with your code. Please add a feature to add custom attributes to pagination buttons. [The insterested code is...

I've made this plugin for display time-lapse with knob, but if re-launch the plugin on runtime knob tilt. ``` javascript var knob_options = {knob: {width: 24, height: 24, displayInput: true,...

I have some errors with this piece of code: ``` php class A { public function run($machine_name) { echo $machine_name; } } class B extends A { public static function...

``` javascript $('', {"href": "javascript:;"}).append( $('', {"class": "fas fa-expand"}) ).click((e) => { $("#graph").fullscreen({ toggleClass: "fullscreen" }) console.log($.fullscreen.isFullScreen()); console.log($("#graph").hasClass("fullscreen")); }) ``` When I click on the button the console reports this:...

I have an old radio that plays only mp3 files, but `getsong` download only in `.mka` audio file. Is there a way to download directly to mp3 and not in...

There's a way to define dynamic routing via yaml file and retrieve GET arguments on controller?