Sencha Touch UI for Drupal

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
rajarju's picture

Sencha Touch UI for Drupal

Its an exciting UI framework And I guess it will plug into Drupal easily

Share your ideas on the topic.

I have already started building out a basic theme using sencha

Comments

i built a CRM with this back

shadcn's picture

i built a CRM with this back in 2007. it was still extjs at that time. it there any conflict when used with the Drupal/jQuery?

Iv heard abt a guy who made a

rajarju's picture

Iv heard abt a guy who made a drupal site with flash UI. Heard abuot some one talking abuot this in one of those webinars.
And as long as you dont load jQuery .. i dont think you ll have to worry about conflicting with extjs

Should be like

Drupal runs in back end.. We can even have a normal theme for site admin

For normal users
have a sigle page . which loads one..
All other calls are ajaxed and the back end should respond with drupal json or something..

this should do the trick :P

rajarju

hey .. thnx for sharing the

rajarju's picture

hey .. thnx for sharing the link..
i dunno if this is the site..
but.. it sure looks cool!!

rajarju

Drupal as a backend

carlosg2's picture

I've been using Drupal as a backend for my Flash/Flex applications for many projects using the services module in conjuction with amfphp server module.

I'm also interested in Sencha Touch, and since the Sencha framework consume json, maybe the right aproach will be something like flash.

Drupal as a backend with:
Services Module -http://drupal.org/project/services
JSONP Server - http://drupal.org/project/jsonp_server
or JSON Server -http://drupal.org/project/json_server

Check this comment to see a sample JQery's ajax call to Drupal
http://groups.drupal.org/node/78093#comment-254374

What do you think?

@carlosg2 thnx for the

rajarju's picture

@carlosg2

thnx for the links.. Will check them out.. :)

rajarju

subscribing :)

wik's picture

subscribing :)

YQL Views Query Backend

carlosg2's picture

Also this seems interesting...
http://drupal.org/project/yql_views_query

its yahoo's query language

rajarju's picture

its yahoo's query language right?
i think its gonna be used as an interface for views..
im following !!

rajarju

Yes it is

carlosg2's picture

Yes it is. Sencha works with JSONP, Ajax and YQL.

problem: is a views interface only, not node, taxonomy, user.

Regarding Sencha Touch and Drupal Connection

victor_ray's picture

How can I connect sencha touch to drupal ? Can somebody share the source code.