[RSS Feed/News] field-adder trigger button?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I was wondering if there's any solution for this. For example, I have this
Code:

Code:
<li data-xf-init="field-adder">
   <xf:textbox name="example[]" value="" />
</li>
Everyone knows it will automatically be added each time we type something in the textbox. But I want to add something like this
Code:

<xf:button data-xf-click="field-adder">{{ phrase('add') }}</xf:button>
Does anyone have an idea?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom