ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Dot​Net​Nuke Snippets

by dbaines ALL

DNN-related Snippets for SublimeText2

Labels snippets

Details

  • 2017.10.21.14.55.33
  • dbaines.​com
  • github.​com
  • 6 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 897
  • Win 734
  • Mac 119
  • Linux 44
Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16
Windows 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

DNN Snippets for SublimeText 2

These are snippets to quickly add common DNN tags when developing your DotNetNuke skins in Sublime Text 2 and Sublime Text (3).

Copy these files in to: %appdata%/Roaming/Sublime Text 2/Packages/DotNetNukeSnippets

To access the snippets, click on Tools > Snippets and type DNN to show the DotNetNuke snippets.

About the Snippets

There are two types of snippets. The first are built-in modules such as the search module and the ddr menu.

The second type are skin tokens. These are small bits of code you can put on your page to render database-level details about the page you are on. For example: <%=PortalSettings.ActiveTab.TabName %> will output the name of the page you are on.

A list of various dnn tokens boomerangdns.com.

A reference for Skin & Container objects Skinning Tool