Craig Manley
Craig Manley
I'm using v4 of CKEditor so ymmv... but this is how I do it without modifying jquery.are-you-sure.js: ```javascript $('#my_happy_little_form') .areYouSure({'message': "Your changes haven't been saved."} ) .on('dirty.areYouSure', function() { $(this).find('input[type="reset"],...
@bryanjamesmiller It won't work like that because you need to copy the CKEDITOR data into the textarea element before triggering checkform.areYouSure. However, you can use either instanceCreated or instanceReady as...
Hello fellow broke people who are still using the X9D like me, I have a question about the downgrade -> upgrade workaround: are the compiled *.luac files handset independent, because...
I was thinking of Dashware for example. Even if a tool requires a specific CSV layout, it's still easy to convert from 1 layout into another. As for transparent video:...
any update?
hello?
Is this abandonware?
More info: See: https://github.com/datto/php-json-rpc-http/blob/db15a075f3562c4e8d297b9082acc5b2869bd4b4/src/Client.php#L229 and on line 226 too. That triggered this exception in my code: ErrorException: Undefined variable: http_response_header at .../vendor/datto/json-rpc-http/src/Client.php line 229. $http_response_header is a reserved variable, but...
Thanks. I'll give the setExtension() route a try. I wish it were somewhat easier though. B.t.w. I consider it a bug, but it also depends on what you consider it...
Wow, I got it to work using 2 anonymous classes. $this is in a child class of \Smarty\Smarty here: ``` parent::__construct(); $this->setExtensions([ new \Smarty\Extension\CoreExtension(), new class extends \Smarty\Extension\Base { public...