Last active
August 29, 2015 14:17
-
-
Save amilabandara/be4b0184ff52ed1fe4ab to your computer and use it in GitHub Desktop.
Joomla sample form definition with custom attributes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<field name="customer_name" label="Customer Name" description="Name of the customer" | |
type="text" | |
maxlength="10" | |
class="input-xxlarge input-large-text disabled_field" | |
tabindex="1" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment