Questions tagged [sencha-architect]

Sencha Architect is a desktop application that helps you create interfaces for Ext JS and Sencha Touch faster than ever in an easy-to-use, drag-and-drop environment.

Sencha Architect is a desktop application that helps you create interfaces for Ext JS and Sencha Touch faster than ever in an easy-to-use, drag-and-drop environment.

Trial version of application can be downloaded here: http://www.sencha.com/products/architect/download/

Routing

The Ext JS router supports multiple routes in a single URI. Each route’s handling is sandboxed from others, allowing for much more flexible application control.

Architect 3.1 offers an intuitive interface to designate urls on which to fire functions. This should allow you to create custom actions to add “deep linking” to your application.

Sencha Charts

With Sencha Touch 2.1 Sencha introduced a new, high performance, touch-optimized charts package. With Ext JS 5 Sencha has enhanced this charts package to work on both Ext JS and Sencha Touch.

This new charts package brings many new features to Ext JS 5, including:

Candlestick and OHLC series Pan, zoom and crosshair interactions Floating axes Multiple axes SVG and HTML Canvas support Better performance Greater customization There are some significant differences between sencha-charts and the older Ext JS charts.

Sencha Architect 3.1 no longer supports the use of the “ext-charts” legacy package. They are available as a stand-alone package for native framework use, but Architect 3.1 does not integrate the older version of charts.

That said, Sencha has made every effort to provide helpful migration information for updating to the sencha-charts package.

Sencha CMD

The latest Sencha Cmd integration has a number of optimizations to make Architect and Cmd work faster together.

Sencha Architect 3.1 leverages Sencha Cmd’s app watch functionality. Sencha Cmd can automatically digest and recompile your application as it monitors changes to your code.

Architect can also deploy its own lightweight webserver. This is primarily for users that are doing proof of concept projects or are just getting started and do not have a server environment already set up. You can find the preferences for the web server under Preferences -> Web Server. You can enable or disable it, as well as change the designated port number.

Theming

Users should be able to adjust the look of a theme by simply modifying a few variables. This premise is what brought about the introduction of Quick Themes. By using Quick Themes, you can create comprehensive variations to the Neptune, Neptune Touch, Crisp, and Crisp Touch themes in just a few clicks. This prevents users from having to customize every component and provides a clear path towards simpler theming.

Quick Themes works just like a regular custom theme. However, Quick Themes expose a handful of variables that smartly control the entire look of the theme using some additional SCSS behind the scenes.

Need more detailed customization? Not to worry. A Quick Theme can always be converted to a regular custom theme, if you decide that you need more detailed customization.

743 questions
-1
votes
2 answers

How to edit controller in Sencha Architect 2?

Editing of controller or any js file of sencha touch application bield from Sencha Architect 2 are editable or not?
Naresh Tank
  • 1,569
  • 10
  • 23
-2
votes
1 answer

disable right click in login page extjs not working

I want to disable right click on a login page in extjs to prevent pasting of credentials. No matter whatever i tried, it is not working. Any suggestions please
Priya
  • 1,096
  • 4
  • 15
  • 32
-2
votes
2 answers

how to set a value for one property for every record in an array

I have an array with 1 or more records. for every record for ex: there is a property id. I want to set this name to a default value : 8. Please help me. Array: [{id: 2, name: "x"},{id: 4, name : "y"}] I tried this way if…
Sweety
  • 31
  • 6
-2
votes
1 answer

How to apply remote filter on a tree panel

I have a tree panel and the store associated to it is memory I am loading the data using a loadData function where I am making a call service call. I want to add filters for the columns and filter them remotely when I say remoteFilter : true it is…
Sweety
  • 31
  • 6
-2
votes
1 answer

How to give margin or align for placeholder in textfield in sencha

Can anybody tell How to give margin or align for placeholder in text field in sencha touch
user386430
  • 4,837
  • 13
  • 41
  • 45
-3
votes
1 answer

Grid panel with comboboxes as columns cell Editing extjs

I have a gridpanel with three columns I made these 3 columns as comboboxes using editor and I added a cell editing plugin. I should be able to add a row and select the values from the comboboxes coming from three different stores. The problem is I…
Imran
  • 57
  • 1
  • 10
-3
votes
3 answers

Sencha vs Wavemaker

I'm trying to decide between Sencha Architect 2 and Wavemaker. They both seem very similar. Of course Wavemaker is completely open source, and Sencha is only partially open source. For this reason I'm leaning towards Wavemaker, but given the…
Paul Townsend
  • 687
  • 1
  • 6
  • 10
-4
votes
1 answer

Save/Cancel button in Sencha

I would like to program in Sencha architect a button that can save inputs from a textfield into a grid and a cancel button that close the window.
1 2 3
49
50