Lasso Soft Inc. > Home

[client_params]

Linkclient_params
AuthorJason Huck
CategoryClient
Version8.x
Licensehttp://opensource.org/licenses/artistic-license.php
Posted26 Oct 2005
Updated16 Jan 2006
More by this author...

Description

Combines [client_getparams] and [client_postparams] into a single array. Can be used as an inline-safe replacement for [action_params] if you do not need the extra values added by Lasso.

Sample Usage

client_params;

-> array: (pair: (id)=(12345)), (pair: (sometext)=(hi))

Source Code

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(
	'params',
	-namespace='client_',
	-priority='replace',
	-description='Returns an array that is a combination of [client_getparams] and [client_postparams].'
);
	local('out') = array;
	#out->merge(client_getparams);
	#out->merge(client_postparams);
	return(#out);
/define_tag;

Related Tags

Comments

No comments

Please log in to comment

Subscribe to the LassoTalk mail list

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft