SmartClient:如何使用模式窗口 [英] SmartClient: How to use modal window

查看:84
本文介绍了SmartClient:如何使用模式窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用JavaScript在SmartClient中开发应用程序.在该应用程序中, 价格范围和类别等输入.在提交表单时,无需重新加载页面即可发送 向服务器请求并获得项目列表.提交后(在第2步)将显示很少的项目 其他将显示在第3步.在第2步和第3步之后将触发一个数据库查询

I want to develop an application in SmartClient using javascript. In that application, it takes inputs like price range and category. On form submit, without reloading the page it will send request to server and will get the list of items.few of them will be displayed after submit(on step 2) and other will be displayed on 3rd step. And there will be a database query fired after step-2 and step-3

用于显示项目详细信息的结构包含item_pic,Item_name,item_price和可用性.

Structure to display items details contains item_pic, Item_name, item_price and availability.

我该如何使用模式窗口(在SmartClient中)?

How can i use modality window(in SmartClient) for this?

我在以下URL上看到了一个示例: http://www.smartclient.com/? skin = Enterprise#modality 但我不明白它是什么类型的编程? 以及如何使用该示例制作我的应用程序?

i saw an example at this URL: http://www.smartclient.com/?skin=Enterprise#modality but i couldnt understand what type of programming is it? and how to use that example to make my application?

推荐答案

它们已经附加了与代码关联的JavaScript.应用Window的两个基本属性以获得具有模态的Window:

They have attached JavaScript associated with the code. Two basic properties of Window are applied to get a Window having Modality:

  1. IsModal = true;
  2. ShowModalMask = true.

这篇关于SmartClient:如何使用模式窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆