Micha

Results 5 issues of Micha

this will not only show the placeholder once (initially), but also after deselecting an option for SelectFields with allowBlank=true

enhancement

Has anyone ever thought about providing a GeoJson- and/or a GML-Writer for use with a Ext.data.Proxy? Or has anyone implemented one before? The writer would have to write a Geojson-Feature...

Hi - i just stumbled upon a helper method "recordToField" to translate a record (representing a field) into a field. I don't fully undestand why this method is part or...

Ext.applyIf checks for "undefined" values by typed comparison and therefore ignores "null" valued members. When subclassing GeoExt classes the applyIf-method proved useful in the past. My suggestion would be to...

This change will allow rerendering the song by calling ``` var markup = "{comment: Verse1}..."; ukeGeeks.scriptasaurus.run(markup); ``` I did this to allow a very light version of an editor with...