common_view_add(navi, tbt_info, item, this->view, _app_destroy_cb, this);
RETVM_IF(NULL == this->view, NULL, "navi is null");
-
if(this->view->tbt_info->apptype == TBT_APP_IDEV_NUM_KEYPAD)
{
this->input_text = ui_utils_entry_add(this, this->view->layout, ELM_INPUT_PANEL_LAYOUT_NUMBER, "");
elm_object_part_text_set(this->input_text, PART_ENTRY_GUIDE, "Enter IP:");
}
-
+ elm_entry_single_line_set (this->input_text, EINA_FALSE);
elm_object_part_content_set(this->view->layout, "1cnt", this->input_text);
Elm_Input_Panel_Layout l;
return this;
}
-
/**
* @function _app_destroy_cb
* @since_tizen 2.3