数据表货币格式化程序是否支持YUI2中的本地化(.9)

时间:2013-11-19 01:54:55

标签: datatable alfresco-share currency-formatting yui2

当尝试从共享中的​​数据表保存信息时,我遇到了法语区域设置的问题,因为当我保存时,数字会保存在视图中显示(即逗号而不是句点)表示小数位。)

parent.widgets.pagingDataTable = new Alfresco.util.DataTable({
                            dataTable: {
                                container: parent.id + "-datatable",
                                columnDefinitions: columnDefinitions,
                                config: {
                                    MSG_EMPTY: parent._msg("message.noProducts"),
                                    responseType: YAHOO.util.DataSource.TYPE_JSON,
                                    responseSchema: {
                                        resultsList: "productList",
                                        fields: ["photo", "unitQuantity", "minQuantity", "unitPrice", "descriptionProduct"],
                                    },
                                    currencyOptions: {suffix: '€', decimalPlaces: 2, decimalSeparator: ',', thousandsSeparator: '.'},
                                }
                            }

有人在YUI 2中遇到过货币格式化程序和本地化的问题。

0 个答案:

没有答案