Pages: [1] |
|
|
Author |
Topic: Code Stripped (Read 349 times) |
propertylink
Posts: 3
|
It appears that snipetmaster will not handle dreamweaver recordset code. For example
<%=(Recordset1.Fields.Item("fieldItem").Value)%> becomes
<!--Recordset1.Fields.Item("fieldItem").Value-->
How do i stop this happening? I can see from the forum that this "code stripping" for example in server side includes has been raised before but i cannot see a reply that addresses the problem??
|
|
|
|
admin
Forum Administrator

Posts: 2926
SnippetMaster Author
|
Hello,
This should be fixed in the new version due soon. For now, however, the editor will remove any "non-valid" HTML code it finds, including the dreamweaver recordset codes.
|
|
|
|
propertylink
Posts: 3
|
Thanks ...when is the new release due as Snippetmaster is the online editor i have been searching for for some time but i wont be able to put it to use without this being fixed?
|
|
|
|
admin
Forum Administrator

Posts: 2926
SnippetMaster Author
|
About one month from now is the expected release date.
|
|
|
|
propertylink
Posts: 3
|
OK sounds good. What is the possibility of a tag feature being added? i.e. a drop down list box of tags that can be set up by the web master for example I would use 'First Name' inserts the code <%=(Recordset1.Fields.Item("firstName").Value)%>? The benefit being the end user will avoid having to go into the HTML and hand code?
(Should I post this question through the suggestions section of the forum?)
|
|
|
|
admin
Forum Administrator

Posts: 2926
SnippetMaster Author
|
Good suggestion. I've added this to the list of new features, so hopefully willl make it into the next release or the one after. 
|
|
|
|
|
Pages: [1]
|
|
|
|