English 中文(简体)
DNN 模块开发:建立超文本模块的功能
原标题:DNN Module Development: Creating HTML Module Functionality

I m 制作一个DNN模块,我希望增加类似于超文本模块的功能。 因此,Im在Edit.ascx和dnn:Label之间增加了一台电传导器。 我也想用一个叫做“拯救儿童”的纽州标签,这种标签在环境中是一样的。

我很想知道,我如何添加一个 like子,以及我如何拯救已进入编审者的内容? 它是否与环境相类似,或者我是否不得不在我拥有的任何数据库中挽救数据?

最佳回答

你只是以与你一样的方式添加一个 but子,在网页上添加控制。 然后,你通常会把 but子点击事件 h到你的例行工作。

你们应该根据单元将结果保留在自己的桌上。 根据单元的内容,Id或TaduleId。 你们需要创建自己的桌子,因为你需要把由此产生的html留给Sql服务器的一个绝缘场,以便你有足够的空间储存成果。

围绕大量开放源案文/编辑的html模块。 我将检查其中一个或多个来源代码,以便了解想法。

问题回答

暂无回答




相关问题
Working with modules in IntelliJ IDEA

As I understand, using modules allows us to control some dependencies. I mean that we can allow one module to interact with another one but not vise versa. We also can make some reusable things and ...

Module import path

I m unable to test-run a cssparser that I d like to use. test.py: from css.parse import parse data = """ em { padding: 2px; margin: 1em; border-width: medium; border-style: ...

Problem modulating action script project

I am refactoring a hugh action script solution in Flash builder (beta 2) using the flex 4 sdk. The project does NOT use the mx framework. What i want to have is: A big MAIN project several small ...

Test modules with Test::Unit

I encountered a problem when trying to test a module with Test::Unit. What I used to do is this: my_module.rb: class MyModule def my_func 5 # return some value end end test_my_module.rb: ...

Drupal section accessible by role

I need to limit access of content on Drupal site based on the Drupal User s Role. http://site.com/managers/intro http://site.com/managers/reviews http://site.com/managers/up-for-raises The ...

How to find where a function was imported from in Python?

I have a Python module with a function in it: == bar.py == def foo(): pass == EOF == And then I import it into the global namespace like so: from bar import * So now the function foo is ...

How to wire two modules in Verilog?

I have written two modules DLatch and RSLatch and i want to write verilog code to join those two.

热门标签