Is there a way to create a datatype that allows me to define a number of checkbox values and pass these values into a string?
At the moment, my xslt queries a string and returns results based on the keywords found
eg. Textstring has the values Modern, Dual Fuel, Electric, Stainless Steel, Silver
but I would like these values to be available as checkboxes so that when a new item is added, the search criteria can be selected without having to type all the keyowrds into a textstring.
I would then need these values to be saved as a string.
I know that xslt are surely a great piece of work, although I always like to extend the cms with custom datatypes DOTNET made, pick your language (VB, C#) and write an ASCX, that should give you full control and you can achieve basically whatever you need. After that you'll just proceed integrating it as a macro. i hope this'll help you out
Using multiple checkboxes to create a string
Hi,
Is there a way to create a datatype that allows me to define a number of checkbox values and pass these values into a string?
At the moment, my xslt queries a string and returns results based on the keywords found
eg. Textstring has the values Modern, Dual Fuel, Electric, Stainless Steel, Silver
but I would like these values to be available as checkboxes so that when a new item is added, the search criteria can be selected without having to type all the keyowrds into a textstring.
I would then need these values to be saved as a string.
Is this possible??
Thanks,
Rachel
I know that xslt are surely a great piece of work, although I always like to extend the cms with custom datatypes DOTNET made, pick your language (VB, C#) and write an ASCX, that should give you full control and you can achieve basically whatever you need. After that you'll just proceed integrating it as a macro. i hope this'll help you out
is working on a reply...