Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EGL Development Tools » DojoMobileList getID
DojoMobileList getID [message #1007632] Wed, 06 February 2013 19:34 Go to next message
Egon Moser is currently offline Egon MoserFriend
Messages: 3
Registered: February 2012
Junior Member
handler TestEglMobile type RUIhandler{initialUI = [ View, List ], 
		onConstructionFunction = start, 
		cssFile = "css/com.emoser.markt.rpt.egl.mob.css", 
		title = "TestEglMobile"}

	View DojoMobileView{
		selected = true, headerTitle = "My View",
		/*backText = "Back", backView = */
		children = [
		]
	};

	List DojoMobileList{
		style = DojoMobileLib.LIST_STYLE_ROUNDED_RECTANGLE,
		children = [
			new DojoMobileListItem{ text = "List Item 1", 
			imagePath = "dojo/mobile/images/i-icon-1.png", 
			onClick ::= null_onClick,
			id = "ITEM1ID" }
		]
	};

    function start()
    end
    
    function null_onClick(event Event in)
    	syslib.writeStdout("getID: " + event.widget.getID());
    end
end



Output:

getID: dojox_mobile_ListItem_1




Is this an error
Re: DojoMobileList getID [message #1011741 is a reply to message #1007632] Wed, 20 February 2013 07:17 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Hi,

I would believe it is a defect and have open it in EDT's bugzilla. You can track its status at https://bugs.eclipse.org/bugs/show_bug.cgi?id=401265

Regards,

Smyle

[Updated on: Wed, 20 February 2013 07:18]

Report message to a moderator

Previous Topic:Error CRRUI2095E
Next Topic:Browser compatiblity
Goto Forum:
  


Current Time: Sat Oct 05 15:59:19 GMT 2024

Powered by FUDForum. Page generated in 0.03499 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top