Link | xs_responseFilePath |
Author | Jonathan Guthrie |
Category | Response |
Version | 8.x |
License | http://creativecommons.org/licenses/by/2.5/ |
Posted | 30 Nov 2005 |
Updated | 16 Jan 2006 |
More by this author... |
Takes a response file path and splits it up into the nav path
xs_responseFilePath->(-path=Response_FilePath);
Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
define_tag('responseFilePath', -namespace='xs_', -Required='path', -Description='Takes a response file path and splits it up into the nav path'); local('out' = array); if(#path && #path != '/'); #path->removeLeading('/'); ((#path != '/index.html') && (#path != '/index.lasso')) #out = #path->Split('/'); /if; return(@#out); /define_tag;
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft