Trent Richardson

Results 34 comments of Trent Richardson

You can define buttons with either ``` js { Ok: true, Cancel: false } ``` Or by passing an array of objects: ``` js [ { title: 'your translation 1',...

@maasha Timepicker is built so that you can use your own inputs. There is actually an example of this in the documentation in the "Slider Modification" examples. With that said...

Hey @klapaudius, sounds like ui-dialog must be doing something with inputs (a few of the examples in the impromptu docs are using inputs and textareas normally). Is there a reason...

Your change with the file_get_contents() won't work. $file is a CakePHP File object where ->read() is the contents of the file, so that part should be working fine (it was...

Also be sure you have debug in core.php at 1 or higher to watch for any errors.

What happens if you do: ``` php debug($file->read()); ``` Since scssphp wants only the contents of the file and not the file path you will likely have to set at...

@williamdes @ioliva Thank you for your contribution. To answer your question, I no longer actively work on this project as I've been disconnected from jquery and jqueryui for many years...

Does this occur with the dev branch too?

It actually digs a little deaper than that. Javascript's Date object does not provide a method to change the timezone. There are only a few options: - Return the date...

This is fixed in the dev branch for the 1.3 release. Be sure to check the docs in the dev branch as well as a few timezone options have been...