文章詳情頁
JSP Tag Library-AjaxTags 1.0, released
瀏覽:357日期:2024-06-02 11:55:33
AjaxTags 1.0, released..AJAX Tag Library,包含一套JSP 標(biāo)簽,能夠讓你更簡單的在jsp頁面中使用Asynchronous JavaScript 和XML (AJAX) 技術(shù)。標(biāo)簽庫為比較通用的AJAX功能提供了5個(gè)標(biāo)簽:autocomplete: retrieves a list of values that matches the string entered in a text form field as the user typescallout:displays a callout or popup balloon, anchored to an HTML element with an onclick eventSelect/dropdown: based on a selection within a dropdown field, a second select field will be populatedtoggle: switches a hidden form field between true and false and at the same time switches an image between two sourcesupdate field: updates one or more form field values based on response to text entered in another fieldautocomplete 標(biāo)簽的使用如下:在一個(gè)HTML form里,使用一個(gè)普通的input field:<input name='model' type='text' autocomplete='off' size='30' />然后,在jsp頁面中,制定使用autocomplete 標(biāo)簽,并引用該input field:autocomplete.view 請求將被轉(zhuǎn)發(fā)到一個(gè)繼承自BaseAjaxServlet的servlet, 這個(gè)servlet會返還預(yù)定格式的數(shù)據(jù),這是一項(xiàng)標(biāo)準(zhǔn)的AJAX應(yīng)用。官方網(wǎng)站:http://ajaxtags.sourceforge.net/
標(biāo)簽:
JavaScript
相關(guān)文章:
1. JavaScript實(shí)現(xiàn)留言板實(shí)戰(zhàn)案例2. vscode運(yùn)行php報(bào)錯(cuò)php?not?found解決辦法3. 如何在python中執(zhí)行另一個(gè)py文件4. Python基于requests庫爬取網(wǎng)站信息5. 如何從Python的cmd中獲得.py文件參數(shù)6. 資深程序員:給Python軟件開發(fā)測試的25個(gè)忠告!7. 使用Blazor框架實(shí)現(xiàn)在前端瀏覽器中導(dǎo)入和導(dǎo)出Excel8. python中文本字符處理的簡單方法記錄9. ASP基礎(chǔ)知識Command對象講解10. Python-openpyxl表格讀取寫入的案例詳解
排行榜

網(wǎng)公網(wǎng)安備