Translations:Plugins/77/en

From ArdorDocs
Revision as of 18:30, 23 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Best Practices for Development

  • Namespace your function names, CSS IDs and classes and other possible identifiers to avoid collisions affecting core NRS behaviour
  • Convention vor namespacing: "p_[PLUGINNAME]_[LOCALIDENTIFIER]", e.g. "p_hello_world_info_modal"
  • Don't manipulate non-plugin HTML or CSS with your javascript code or CSS declarations

</accordion>