EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: roberto on May 08, 2023, 06:54:00 AM



Title: attribute form on input element
Post by: roberto on May 08, 2023, 06:54:00 AM
How to use a textbox outside a form definition?


Title: Re: attribute form on input element
Post by: jega on May 08, 2023, 09:10:57 AM
Hi

A textbox can be used anywhere. What do you want ?

Jesper


Title: Re: attribute form on input element
Post by: roberto on May 08, 2023, 04:12:49 PM
Code:
<form id="ff">
   <input class="easyui-textbox">
</form>
<input class="easyui-textbox" form="ff"/>

It doesn't work, but it should


Title: Re: attribute form on input element
Post by: jega on May 12, 2023, 01:05:44 PM
Why do you want it this way. ?