Skip to main content



      Home
Home » Archived » EGL Development Tools » DojoMobileList getID
DojoMobileList getID [message #1007632] Wed, 06 February 2013 14:34 Go to next message
Eclipse UserFriend
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 02:17 Go to previous message
Eclipse UserFriend
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 02:18] by Moderator

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


Current Time: Sat May 17 06:01:37 EDT 2025

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

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

Back to the top