Closed pdegand closed 9 years ago
As you are using rather common custom attrs like text or textSize, theses attrs could conflict with another libraries.
text
textSize
As suggested by Xavier Ducrohet here, you should prefix all your custom attrs with something like tj_.
tj_
You could also consider using the platform attrs for common attrs like textSize, paddingetc...
padding
Thanks
Thank you. Improvements will be put in the next build.
Done. Version 2.0.3. Prefixed with documentView
documentView
As you are using rather common custom attrs like
text
ortextSize
, theses attrs could conflict with another libraries.As suggested by Xavier Ducrohet here, you should prefix all your custom attrs with something like
tj_
.You could also consider using the platform attrs for common attrs like
textSize
,padding
etc...Thanks