Why q-select cannot autofocus in a q-dialog? (Quasar V2) - quasar-framework

I simply copied the default dialog code from the quasar v2 documentation and inserted a <q-select autofocus/> . But it seems like the autofocus cannot be enabled for a select menu in a dialog. Is there any way to enable this? <q-select autofocus/> works fine as a component by itself though. Thanks.

Fix is offered in 2.7.5
Refer to link github issue

Related

Drag and Drop list using jquery UI is not working in Firefox

I am working with drag and drop list using jquery UI, it is working fine with Chrome but it seems not working with Firefox.
Here is the link:
http://embed.plnkr.co/WcIZlD/
Please help me on this.
I found the issue. Please change your code.
Current Code:
$(event.originalEvent.toElement)
Change it to:
$(event.originalEvent.target)

No RTE is shown in TYPO3 BE using EXT:fluidcontent and flux:field.text

My fluidcontent content element shows no RTE Editor in the TYPO3 backend, only a simple textarea.
<flux:field.text label="Text" name="text" enableRichText="TRUE" defaultExtras="richtext[*]:rte_transform[mode=ts_css]"/>
I use TYPO3 v6.2.9 and all needed extensions as Git Version from Github.
How can I fix this?
See comment.
Please, Enable Rich Text Editor (if available)
USER TOOLS -> User Settings -> Edit & Advanced functions
Mark your question as solved. Thx.

Jquery Mobile - Edit Icon

I currently have a jquery page where I am using Delete and Edit icons.
For the delete icon, I am using:
data-icon="delete"
For the edit icon, I am using
data-icon="plus"
Just wondering what the standard icon is for edit.
Thanks in advance
It is :
data-icon="edit"
But you will need to use at least jQuery Mobile 1.3 to have it available.
Working jsFiddle example: http://jsfiddle.net/4z64J/
I think there is not a default icon for edit.
Maybe I would also use data-icon="plus" or data-icon="gear".
If you want you can use a custom icon.
http://andymatthews.net/code/jQuery-Mobile-Icon-Pack/font-awesome/ - This is a nice pack (data-icon="pencil" would do the work for you, I think.)
Regards!
P.S. I have read what Gajotres answered. It is great that this icon is added in jQuery Mobile latest! Thanks for the info!

How to use Angular-UI bootstrap typehead?

I am trying to get started with Angular UI bootstrap.
I have the example running, but I have no idea where to go from here. There isn't much ion the way of documentation or examples.
The documentation for twitter Bootstrap says that typehead has options such as minLength. How do I set that for example? How would I hook it up to a controller?
OK, the unit tests file had an example.
<input type="text" ng-model="selected" typehead="state for state in states" typeahead-min-length='3' >

popup WYSIWYG editor ROR

Hi I have to have a popup WYSIWYG editor into my ROR application. I want to develop the editor like www.wikispaces.com used. Here they used Jquery (if you want like that editor , you need to login ) . I want the same functionality . Can anyone please suggest how can i do this and please give me the reference site for the development JQuery with WYSIWYG.
Well, a quick google search turns up jwysiwyg: http://code.google.com/p/jwysiwyg/
And there seem to be some articles on how it's used.
I've always used TinyMCE, it works very well.

Resources