List all applications supporting "table.load.votable" SAMP MType
-
List all applications
.appendAppList()
-
List all applications of "Essentials" or "WebApps" Category
.appendAppList({'category':['Essentials', 'WebApps']})
-
List all applications ( without bullets, see the source of this page ) where SAMP MType contains "sky"
.css({'list-style-type':'none'}).appendAppList({'mtype':'sky'})
-
List all applications that match one of the given MType : spectrum.load.ssa-generic or fr.jmmc.litpro.start.setting
.appendAppList({'mtype':['spectrum.load.ssa-generic', 'fr.jmmc.litpro.start.setting']})