Changes for page Beginner's Questions
Last modified by Kieran Kelleher on 2012/07/21 19:59
From version 16.1
edited by Lachlan Scott
on 2007/07/05 20:14
on 2007/07/05 20:14
Change comment:
There is no comment for this version
To version 19.1
edited by Lachlan Scott
on 2007/07/09 23:51
on 2007/07/09 23:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,16 +1,11 @@ 1 1 ==== Who is this page for? ==== 2 2 3 - Thispage and it's childrenisforpeoplewhoknowhowto dosomethinginother environments, anddon'timmediatelygrasphow to do it inWebObjectswithEclipse.3 +If you've just started with WebObjects and all the other tutorials don't make any sense, and you're going "For the love of Jobs I just want to do such-and-such How hard can it be, dammit?" then I feel your pain, and these pages may be for you. 4 4 5 -I f anyonecan providelinkstoextant resourcesof thissort,pleasedosobycreatingalog-in,andeditingthispage asyouseefit.5 +In other words, this page and it's children is intended for the sort of developers who know how to do something in other development environments, but perhaps don't immediately grasp how to do it in WebObjects with Eclipse. 6 6 7 - ====HowdoI manage standardHTML component attributesmarkupinmy .htmlpage?====7 +(If anyone can provide links to extant resources of this sort, please do so by [[signing up>>http://issues.objectstyle.org/jira/secure/Signup!default.jspa]]as a contributer to this Wiki, and editing this page as you see fit.) 8 8 9 - If youwereediting plain HTML youmight wish to mark up a FORMINPUTcomponentwith attributes such as size=maxlength= name=value= etc. In WO, these are notmanagedin theHTMLitselfas you mightexpect,butin the associated .WOD file.9 +[[How do I manage standard HTML attribute markup]] 10 10 11 -==== Add the SIZE attribute to a FORM INPUT component ==== 12 - 13 - 14 - 15 -In the .html file, given a WebObject tag <webobject name = "email" /> you can add the SIZE attribute by editing the .wod file mapping as follows:<input size="30" type="text" 16 - \\ 11 +[[Why doesn't my application launch into my browser]]