[pve-devel] User Creation ExtJS Help

Dietmar Maurer dietmar at proxmox.com
Fri Jul 1 08:21:27 CEST 2011


coding style:

>  failure: function (response, opts) {
>    Ext.Msg.alert('Error',response.htmlStatus);
>  },


I use 4 spaces indent, also add space between parameters.

    failure: function (response, opts) {
        Ext.Msg.alert('Error', response.htmlStatus);
    },

- Dietmar





More information about the pve-devel mailing list