该代码是Java数据库高级编程宝典中的重要的代码
源代码在线查看: productlist.vm
$text.product_title_list
#messageMarkup( )
#if( $products && !$products.isEmpty() )
$text.product_item_name
$text.product_item_category
$text.product_item_producer
$text.product_item_price
$text.product_item_status
$text.btn_update
$text.btn_delete
$text.btn_detail
#foreach( $product in $products )
$velocityCount
$!product.name
#foreach( $category in $categorys )
#if( $category.id==$product.categoryid )
$category.name
#end
#end
$!product.producer
$!product.price
$text.getValue( "product_status", $product.status )
$text.btn_update
$text.btn_delete
$text.btn_detail
#end
#end
|
相关资源 |
|
-
该代码是Java数据库高级编程宝典中的重要的代码
-
gnome/gtk编程宝典 一书光盘附属代码
-
WinCE编程宝典第2章的配套代码,使用SDK编写,WinCE下的字体处理
-
WinCE编程宝典第2章的配套代码,使用SDK编写,画各种图形
-
WinCE编程宝典第2章的配套代码,使用SDK编写,文字的处理
-
WinCE编程宝典第3章的配套代码,使用SDK编写,记录系统按键消息
-
WinCE编程宝典第3章的配套代码,使用SDK编写,在触摸笔经过的地方画点.
-
WinCE编程宝典第3章的配套代码,使用SDK编写,五子棋第一部
|