php - Ajax form add more functionality in joomla module -


hi wondering if can point me in right direction on how accomplish following in custom joomla module in module configuration form: http://blog.cbolson.com/adding-form-fields-via-ajax-with-mootools/

so far use textarea supply list of geo data (lat, lng , label text) in format

lat1,lng1|label1\r\n lat2,lng2|label2\r\n lat3,lng3|label3\r\n ... 

from module configuration. data displayed on google map.

it nice have more comfortable way of adding data in example on blog.cbolson.com.

create fields type array say

<div class="test"> <input type="text" name="data[]" /> </div> 

and via jquery clone can replicate div , since array can entered fields logic can try , regarding joomla module development can refer joomla docs

http://docs.joomla.org/j2.5:creating_a_simple_module/developing_a_basic_module


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -