Translations:Plugins/77/en

From ArdorDocs
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>