Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Suzan #1
Xforms Extension
Hi All, Is there any dreamweaver extension for xforms. I want to design forms
using dream weaver and view the code as xforms instead of html in the 'Code
View' . If there is no extension how can i build mine? for example when
insert a combobox the code should look like this <xforms:select1
appearance='minimal'> <xforms:label>select1</xforms:label> </xforms:select1>
instead of <select name='select'> </select> Thanks
<xforms:select1 appearance="minimal">
<xforms:label>select1</xforms:label>
</xforms:select1>
instead of
<select name="select">
</select>
Suzan Guest
-
XFORMS
Hi, When specifying the skin='none' in the cfform how can i see the generated XML (XFORMS)? <cfform name='testXForm' format='XML' skin='none'> ... -
XForms ?
Is it possible to use the cfform tag to proccess XForm XML written outside of coldFusion? -
Login using XForms
I'm having problems with a login page. Every time I leave the protected page and return it makes me re-login. This did not happen with flash or html... -
xforms and xsl
Hi, I was wondering it there a way to view the XML that the cfforms tags generate prior to being transformed by the XSL file that is automatically... -
Lyx and xforms!!
Hi all, I have this problem: I have Redhat 7.3 installed and i'm trying to install Lyx. I downloaded lyx-1.3.2.tar.gz e I launched ./configure... -
danilocelic *TMM* #2
Re: Xforms Extension
Suzan wrote:
If you want ot insert that code, probably the easiet way would be to> Hi All, Is there any dreamweaver extension for xforms. I want to design forms
> using dream weaver and view the code as xforms instead of html in the 'Code
> View' . If there is no extension how can i build mine?
make snippets to insert the "pure" code into the page.
Beyond that, you coudl also do an Object on the insert bar, that's
pretty easy to do. Read the Extending docs for a basic example fo how to
do that.
If you're looking for a visual representation of the XForms code, then
you'll need to look at doing a Data Translator (common called a
translator) to convert the code in the page into a visual representation.
Just curious: what type of project are you using XForms code for?
--
Danilo Celic
| Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
| Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
danilocelic *TMM* Guest
-
Suzan #3
Re: Xforms Extension
Thanks for the answer, i am going to build a form builder using dream weaver and xforms.
Do you have a tutorial for building extensions and using the " Data Translator "
Thanks
Suzan Guest
-
danilocelic *TMM* #4
Re: Xforms Extension
Suzan wrote:
No I do not.> Thanks for the answer, i am going to build a form builder using dream weaver and xforms.
>
> Do you have a tutorial for building extensions and using the " Data Translator "
However, the documentation for building one was pretty straight forward
and I had a basic one working in about 20 minutes by just copy and
pasting the example they already had and modifying a few lines of code.
--
Danilo Celic
| Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
danilocelic *TMM* Guest



Reply With Quote

