出于某种原因,当我与Aptana s JS编辑一道编印这一编版。
var eventInput = new dijit.form.Select({
name : event ,
options : [{
label : Today ,
value : event-today ,
selected : true
}, {
label : Upcoming Birthday ,
value : event-birthday1
}, {
label : Recent Birthday ,
value : event-birthday2
}, {
label : Other ,
value : event-other
}]
}).placeAt( event-group );
装船后被毁
var eventInput = new dijit.form.Select({
name : event ,
options : [{
label : Today ,
value : event-today ,
selected : true
}, {
label : Upcoming Birthday ,
value : event-birthday1
}, {
label : Recent Birthday ,
value : event-birthday2
}, {
label : Other ,
value : event-other
}]
}).placeAt( event-group );
A similar block such as this
dojo.create( p , {
id : subject-group
}, form );
Formats correctly, preserving tabs.
The Eclipse Plugin version of Aptana does not do this and formats correctly. This is happening on a plain vanilla version of Aptana Studio 3, without any plugins or modifications. Has anyone encountered this before?