English 中文(简体)
2. 调整住房单元
原标题:Adjust ASP button element font size

我怎么能够执行一个自我操作的特征,也调整所有伙伴关系内容的文本规模?

作为班级项目执行互动课程目录的团队,我是其中一部分。 该网站的典型用户是“大概”的;50个,以及来自调查的一项共同要求是,不仅在屏幕上,而且在纽特、清单和其他内容上,都要增加/减少用户可调整的测试规模。

这一类别的另一个要求:所有事项都必须在伙伴关系中执行。 NET & C# 4.0。

根据这些文件,物体FonUnit控制了ASP要素的大小和风格。 我们将继续使用在超文本部分内加固的一些内容,并想以某种方式点击单子,以实施全页文字尺寸增加/减少的情况。

审判

btnTextSize.Font.Size= FontUnit.Larger;

测试对两个要素,但规模没有变化。

问题回答

为此:

http://www.white-hat-web-eu.co.uk/blog/controlling-font-size-with-javascript/

它带有 j,但可以满足你们的需要。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签