Roo/XComponent.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 06:14:34 +0000 (14:14 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 May 2018 06:14:34 +0000 (14:14 +0800)
Roo/XComponent.js

index ffd0e8a..8ec6f66 100644 (file)
  * Our builder application needs the ability to preview these sub compoennts. They will normally have parent=false set,
  * hence confusing the component builder as it thinks there are multiple top level elements. 
  *
+ * String Over-ride & Translations
+ *
+ * Our builder application writes all the strings as _strings and _named_strings. This is to enable the translation of elements,
+ * and also the 'overlaying of string values - needed when different versions of the same application with different text content
+ * are needed. @see Roo.XComponent.overlayString  
+ * 
  * 
  * 
  * @extends Roo.util.Observable