Closed ghost closed 11 years ago
Hola Ángel,
Me parece buena idea, pero ¿no causaría un problema de incompatibilidad con la versión anterior?
2013/6/11 angelsanchez notifications@github.com
Overload self.ui function:
self.ui("data-id"); -> Returns the UI created in "data-id" container, when its tmplMode = self.REPLACE -> Returns the UI collection inside "data-id" container, when its tmplMode = self.APPEND
— Reply to this email directly or view it on GitHubhttps://github.com/thegameofcode/iris/issues/132 .
Un saludo,
Javier Pérez
I think that it is backward compatible..there are not self.ui(String) declared previously
UI.prototype.ui = function(p_id, p_jsUrl, p_uiSettings, p_templateMode)
Screen.prototype.ui = function(p_id, p_jsUrl, p_uiSettings, p_templateMode)
My mistake. I have confused the self.get and the self.ui methods. Sorry
2013/6/11 angelsanchez notifications@github.com
I think that it is backward compatible..there are not self.ui(String) declared previously
UI.prototype.ui = function(p_id, p_jsUrl, p_uiSettings, p_templateMode)Screen.prototype.ui = function(p_id, p_jsUrl, p_uiSettings, p_templateMode)
— Reply to this email directly or view it on GitHubhttps://github.com/thegameofcode/iris/issues/132#issuecomment-19266855 .
Un saludo,
Javier Pérez
Overload self.ui function:
self.ui("data-id"); -> Returns the UI created in "data-id" container, when its tmplMode = self.REPLACE -> Returns the UI collection inside "data-id" container, when its tmplMode = self.APPEND