Extjs 3.4 default zoom in value - extjs3

Help me in setting the default zoom in size for the extjs page using extjs3.4

There is no zoom option in ExtJS 3.4 and there is no javascript crossbrowser zoom option yet. But it could be achieved by CSS3.
see:
Changing the browser zoom level

Related

DevExpress ChartControl How To Disable User Selection Zoom

How can I disable the user selection zoom, when the user click shift and move the mouse to select area and zoom, I am using DevExpress Chart Control
thanks
Not sure which technology you're using (WinForms, Web, WPF, ... ?), but in general setting both EnableAxisXNavigation and EnableAxisYNavigation (the diagram pane's properties) to false should disable the zoom.

How to turn off the draggable behavior in Bing Maps API 7.0

I am building a map application using the Bing Maps API 7.0 javascript control. I am trying to figure out how to toggle the default "draggable" behavior of the map. I want my users to be able select a rectangular region by clicking in one corner, and then dragging the mouse to the other corner. Is this possible?
I'm not asking for any help with the selection behavior, just the ability to toggle the draggable behavior. Thanks!
The easiest way to do this is to set the map options to disable panning/zooming:
map.setOptions({disableZooming: true, disablePanning: true});
When you want to be able to move the map again then set these values to false.

cq5 dialog is not changing its width after increasing the size

I have a dialog in cq5 which is using xtype tabpanel, I am planning to change the default dimensions of dialog using these instructions I still see the default size of dialog even though I increased the width of the xtype panel.
I got it working after I change xtype to dialog
This is a known issue, and has been present since at least CQ 5.3. The only workaround I'm aware of is just as you said, to change the xtype to dialog, set height and width properties on the dialog node, and then add a tabpanel node as a child node of your dialog.

Media query css always display horizontal scrollbar

My site is: alwaysriding.co.uk
I had updated and use media query to make it displays better on smartphone but I am having some problem with zoom in, zoom out.
When you go to my site with smartphone, you will see the horizontal scrollbar althought I had fixed the width = 480px.
You can see my css if you resize your browser windows.
Thanks in advance.
Chu

Canvas Height options "Auto-resize" vs "Fluid" in App Settings

A question about Canvas Height setting in the Facebook Settings.
There are 2 options Auto-Resize and Fluid and they seem to function in the same way.
In the Canvas Tutorial, it seems that the 2nd option should be scroll bars for Canvas Height, so I'm assuming that Fluid option is a new feature.
But what is the difference between Canvas Height set to Auto-Resize or Fluid?
Here is the documentation
http://developers.facebook.com/blog/post/549/
If you would have placed your cursor over the question sign near the Canvas Height option, you might have seen this:
"Settable allows you to set the height via FB.Canvas.setSize() method in JavaScript SDK with default set to 800px. Fluid sets the height dynamically to fit the page and shows scrollbars if content exceeds the page size."
Also, the options are not Auto-Resize and Fluid, but Settable and Fluid